openbsd-ports/net/pidgin/patches/patch-pidgin_Makefile_in
steven cb54ce651e update to 2.3.0
from brad
2007-11-28 08:48:32 +00:00

13 lines
611 B
Plaintext

$OpenBSD: patch-pidgin_Makefile_in,v 1.5 2007/11/28 08:48:32 steven Exp $
--- pidgin/Makefile.in.orig Sat Nov 24 14:07:17 2007
+++ pidgin/Makefile.in Mon Nov 26 16:06:45 2007
@@ -107,7 +107,7 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
+CCLD = $(CXX)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@