diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-02-23 20:33:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-23 20:33:32 +0000 |
commit | 3732a05fcb075b7dc32ebac21c5bdf0d1431c142 (patch) | |
tree | 989b2fa3b11ce007758d444a4ffbb85f34a469e6 /sysutils/gnome-control-center | |
parent | 39d583669b774e681e750913418ab4694e249fea (diff) | |
download | ports-3732a05fcb075b7dc32ebac21c5bdf0d1431c142.tar.gz ports-3732a05fcb075b7dc32ebac21c5bdf0d1431c142.zip |
Notes
Diffstat (limited to 'sysutils/gnome-control-center')
-rw-r--r-- | sysutils/gnome-control-center/files/patch-bn | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/sysutils/gnome-control-center/files/patch-bn b/sysutils/gnome-control-center/files/patch-bn index ae5c2bce9813..e7543a038eaf 100644 --- a/sysutils/gnome-control-center/files/patch-bn +++ b/sysutils/gnome-control-center/files/patch-bn @@ -1,6 +1,6 @@ ---- control-center/Makefile.in.orig Mon Mar 1 00:10:13 1999 -+++ control-center/Makefile.in Tue Mar 2 22:17:32 1999 -@@ -130,7 +130,7 @@ +--- control-center/Makefile.in.orig Tue Oct 5 16:45:56 1999 ++++ control-center/Makefile.in Wed Feb 23 13:42:28 2000 +@@ -131,7 +131,7 @@ cxxflags_set = @cxxflags_set@ l = @l@ @@ -9,7 +9,7 @@ bin_PROGRAMS = gnomecc -@@ -150,16 +150,16 @@ +@@ -154,16 +154,16 @@ EXTRA_DIST = gnomecc.desktop cappletConf.sh.in $(appicon_DATA) @@ -29,3 +29,11 @@ libcapplet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB) $(GNORBA_LIBS) include_HEADERS = capplet-widget.h +@@ -561,6 +561,7 @@ + -e 's?\@GNOMEUI_LIBS\@?$(GNOMEUI_LIBS)?g' \ + -e 's?\@GNOME_INCLUDEDIR\@?$(GNOME_INCLUDEDIR)?g' \ + -e 's?\@ORB_LIBS\@?$(ORB_LIBS)?g' \ ++ -e 's?\@VERSION\@?$(VERSION)?g' \ + < $(srcdir)/cappletConf.sh.in > cappletConf.tmp \ + && mv cappletConf.tmp cappletConf.sh + |