openbsd-ports/net/pidgin/patches/patch-pidgin_Makefile_in
steven 3047627546 update to 2.7.2
security fix for CVE-2010-2528, plus a few other bug fixes

from brad@
2010-08-01 20:11:48 +00:00

13 lines
567 B
Plaintext

$OpenBSD: patch-pidgin_Makefile_in,v 1.13 2010/08/01 20:11:48 steven Exp $
--- pidgin/Makefile.in.orig Wed Jul 21 00:16:04 2010
+++ pidgin/Makefile.in Mon Jul 26 18:58:53 2010
@@ -110,7 +110,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)