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-im/gnomeicu2/files/patch-ac | |
parent | Upgrade to 0.78. (diff) |
gnomeicu is actually the new name for gtkicq. Fix mistake of
importing gnomeicu as a new port:
* repository copy of ports/net/gtkicq to ports/net/gnome-icu [asami]
* update ports/net/gnome-icu to 0.62a
* remove ports/net/gtkicq
* remove ports/net/gnomeicu
PKGNAME remains gnomeicu-0.62a. It is expected that after some
time has passed, that we can rename the port directory from
gnome-icu to gnomeicu.
Notes
Notes:
svn path=/head/; revision=17283
Diffstat (limited to 'net-im/gnomeicu2/files/patch-ac')
-rw-r--r-- | net-im/gnomeicu2/files/patch-ac | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net-im/gnomeicu2/files/patch-ac b/net-im/gnomeicu2/files/patch-ac deleted file mode 100644 index b9bdb32e673f..000000000000 --- a/net-im/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 - |