diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-18 22:32:43 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-18 22:32:43 +0000 |
commit | 2a668f8673ed69c4140b8e93763ac1628831ea9d (patch) | |
tree | 88c6d73c41ef1d5b9d5bff5ed874f5372d0e1bc0 /net/gnomeicu2/files | |
parent | 2d4fd20afba28c68eacb8d8b913c4e1023021ab9 (diff) |
Notes
Diffstat (limited to 'net/gnomeicu2/files')
-rw-r--r-- | net/gnomeicu2/files/patch-ac | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net/gnomeicu2/files/patch-ac b/net/gnomeicu2/files/patch-ac deleted file mode 100644 index b9bdb32e673f..000000000000 --- a/net/gnomeicu2/files/patch-ac +++ /dev/null @@ -1,29 +0,0 @@ ---- 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@ --GNOMEUI_LIBS = @GNOMEUI_LIBS@ -+GNOMEUI_LIBS = @GNOMEUI_LIBS@ -lintl - GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@ - GNOME_LIBDIR = @GNOME_LIBDIR@ - GNOME_LIBS = @GNOME_LIBS@ -@@ -89,7 +89,7 @@ - SUBDIRS = xpms - - INCLUDES = \ -- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ - -I$(includedir) $(GNOME_INCLUDEDIR) - - bin_PROGRAMS = gtkicq -@@ -495,7 +495,7 @@ - CFLAGS += -DUSE_XSCREENSAVER - - CFLAGS += -Wall -DUNIX -DGNOME --CFLAGS += -DINTEL_END -UMOTOR_END `gtk-config --cflags` -+CFLAGS += -DINTEL_END -UMOTOR_END `gtk11-config --cflags` - - CFLAGS += -DSOUND - |