openbsd-ports/net/gaim/patches/patch-gtk_Makefile_in
brad 32ca6c6b08 upgrade to gaim 2.0.0beta4
the audio flavor has been removed for now
as 2.x now requires gstreamer and the gstreamer
version we have in-tree is not new enough.

tested by ckuethe@ alek@ brad@ and a few others.

ok alek@
2006-10-31 19:32:50 +00:00

13 lines
539 B
Plaintext

$OpenBSD: patch-gtk_Makefile_in,v 1.1 2006/10/31 19:32:51 brad Exp $
--- gtk/Makefile.in.orig Sun Oct 29 02:33:23 2006
+++ gtk/Makefile.in Sun Oct 29 02:33:34 2006
@@ -100,7 +100,7 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUD
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 = $(gaim_SOURCES)