e692aa37ef
From brad@ "just commit it" steven@
13 lines
612 B
Plaintext
13 lines
612 B
Plaintext
$OpenBSD: patch-pidgin_Makefile_in,v 1.4 2007/10/01 22:03:30 merdely Exp $
|
|
--- pidgin/Makefile.in.orig Sat Sep 29 12:41:00 2007
|
|
+++ pidgin/Makefile.in Sat Sep 29 20:19:16 2007
|
|
@@ -105,7 +105,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 $@
|