openbsd-ports/net/pidgin/patches/patch-pidgin_Makefile_in
steven 5aa610b4df update to 2.7.1
from Brad (maintainer)
2010-06-10 20:13:33 +00:00

13 lines
612 B
Plaintext

$OpenBSD: patch-pidgin_Makefile_in,v 1.12 2010/06/10 20:13:33 steven Exp $
--- pidgin/Makefile.in.orig Sat May 29 21:24:33 2010
+++ pidgin/Makefile.in Fri Jun 4 21:43:20 2010
@@ -112,7 +112,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 $@