72237bc0af
from brad (maintainer)
13 lines
612 B
Plaintext
13 lines
612 B
Plaintext
$OpenBSD: patch-pidgin_Makefile_in,v 1.10 2009/12/07 06:27:59 steven Exp $
|
|
--- pidgin/Makefile.in.orig Sun Nov 29 23:12:21 2009
|
|
+++ pidgin/Makefile.in Sun Dec 6 13:06:29 2009
|
|
@@ -118,7 +118,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 $@
|