aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnomeicu2/files
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-10-19 22:36:42 +0800
committervanilla <vanilla@FreeBSD.org>1998-10-19 22:36:42 +0800
commit82aa33c411edabe33abc17a92b4132ed78fdfda8 (patch)
tree0ee1abc58ff5e6d77f6b2d7dd79c299e85c91d59 /net/gnomeicu2/files
parentb80a0660fd0071b41fde5cbf921d944bfc28ce40 (diff)
downloadfreebsd-ports-gnome-82aa33c411edabe33abc17a92b4132ed78fdfda8.tar.gz
freebsd-ports-gnome-82aa33c411edabe33abc17a92b4132ed78fdfda8.tar.zst
freebsd-ports-gnome-82aa33c411edabe33abc17a92b4132ed78fdfda8.zip
Import gtkicq, It's gtk-base icq clone.
Diffstat (limited to 'net/gnomeicu2/files')
-rw-r--r--net/gnomeicu2/files/patch-ac52
1 files changed, 52 insertions, 0 deletions
diff --git a/net/gnomeicu2/files/patch-ac b/net/gnomeicu2/files/patch-ac
new file mode 100644
index 000000000000..7d768613cdb3
--- /dev/null
+++ b/net/gnomeicu2/files/patch-ac
@@ -0,0 +1,52 @@
+--- 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 @@
+ AWK = @AWK@
+ CC = @CC@
+ CPP = @CPP@
+-GNOMEUI_LIBS = @GNOMEUI_LIBS@
++GNOMEUI_LIBS = @GNOMEUI_LIBS@ -lintl
+ GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@
+ GNOME_LIBDIR = @GNOME_LIBDIR@
+ GNOME_LIBS = @GNOME_LIBS@
+@@ -94,7 +94,7 @@
+ SUBDIRS = xpms
+
+ INCLUDES = \
+- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -I$(includedir) $(GNOME_INCLUDEDIR)
+
+ bin_PROGRAMS = gtkicq
+@@ -491,16 +491,16 @@
+ maintainer-clean
+
+
+-CFLAGS += -DUSE_XSCREENSAVER
++CFLAGS += -DUSE_XSCREENSAVER -DGTK_VERSION_1_1_1
+
+-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 += -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