diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-21 01:49:15 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-21 01:49:15 +0800 |
commit | 3ccdaf2d0d76942fb109b9d10e59b5cd96e25738 (patch) | |
tree | c4d2e22f454bf16b5d9774b6e102c4509544a8c9 /net/gnomeicu2/files | |
parent | 5b1da2036e61bed67a3db0d2ef2ecbcd5fcaebd3 (diff) | |
download | freebsd-ports-gnome-3ccdaf2d0d76942fb109b9d10e59b5cd96e25738.tar.gz freebsd-ports-gnome-3ccdaf2d0d76942fb109b9d10e59b5cd96e25738.tar.zst freebsd-ports-gnome-3ccdaf2d0d76942fb109b9d10e59b5cd96e25738.zip |
Upgrade to 0.56.
Diffstat (limited to 'net/gnomeicu2/files')
-rw-r--r-- | net/gnomeicu2/files/patch-ac | 39 |
1 files changed, 8 insertions, 31 deletions
diff --git a/net/gnomeicu2/files/patch-ac b/net/gnomeicu2/files/patch-ac index 7d768613cdb3..b9bdb32e673f 100644 --- a/net/gnomeicu2/files/patch-ac +++ b/net/gnomeicu2/files/patch-ac @@ -1,17 +1,6 @@ ---- Makefile.in.orig Thu Oct 15 22:47:41 1998 -+++ Makefile.in Thu Oct 15 22:47:50 1998 -@@ -79,7 +79,7 @@ - VERSION = @VERSION@ - need_gnome_support = @need_gnome_support@ - --SUBDIRS = macros support src -+SUBDIRS = macros src - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = config.h ---- src/Makefile.in.orig Thu Oct 15 22:47:55 1998 -+++ src/Makefile.in Thu Oct 15 22:58:23 1998 -@@ -74,7 +74,7 @@ +--- src/Makefile.in.orig Thu Oct 15 05:37:39 1998 ++++ src/Makefile.in Wed Oct 21 01:03:09 1998 +@@ -69,7 +69,7 @@ AWK = @AWK@ CC = @CC@ CPP = @CPP@ @@ -20,7 +9,7 @@ GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@ GNOME_LIBDIR = @GNOME_LIBDIR@ GNOME_LIBS = @GNOME_LIBS@ -@@ -94,7 +94,7 @@ +@@ -89,7 +89,7 @@ SUBDIRS = xpms INCLUDES = \ @@ -29,24 +18,12 @@ -I$(includedir) $(GNOME_INCLUDEDIR) bin_PROGRAMS = gtkicq -@@ -491,16 +491,16 @@ - maintainer-clean - - --CFLAGS += -DUSE_XSCREENSAVER -+CFLAGS += -DUSE_XSCREENSAVER -DGTK_VERSION_1_1_1 +@@ -495,7 +495,7 @@ + CFLAGS += -DUSE_XSCREENSAVER --LIBS += -L/usr/local/lib `glib-config --libs gmodule glib` -+LIBS += -L/usr/local/lib `glib-config --libs gmodule` - - CFLAGS += -Wall -DUNIX -DGNOME -ggdb + CFLAGS += -Wall -DUNIX -DGNOME -CFLAGS += -DINTEL_END -UMOTOR_END `gtk-config --cflags` +CFLAGS += -DINTEL_END -UMOTOR_END `gtk11-config --cflags` - # To Add Support for Sound, uncomment the following lines, and change the - # Sound directory where "Online.au" and "Message.au" are located. --CFLAGS += -DSOUNDDIR="\"/usr/share/ICQ/Sounds\"" -+CFLAGS += -DSOUNDDIR="\"${prefix}/share/gnome/gicq/sounds\"" - CFLAGS += -DFORK_SOUND - CFLAGS += -DSOUND + |