35218f315c
Tested by a number of users.
13 lines
564 B
Plaintext
13 lines
564 B
Plaintext
$OpenBSD: patch-pidgin_Makefile_in,v 1.7 2008/10/23 02:55:44 brad Exp $
|
|
--- pidgin/Makefile.in.orig Sun Oct 19 10:38:13 2008
|
|
+++ pidgin/Makefile.in Tue Oct 21 20:19:24 2008
|
|
@@ -109,7 +109,7 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
$(AM_CFLAGS) $(CFLAGS)
|
|
-CCLD = $(CC)
|
|
+CCLD = $(CXX)
|
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
SOURCES = $(pidgin_SOURCES)
|