mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
1ecc592d8c
audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release.
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
--- 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@
|
|
|
|
-INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(includedir) $(GNOME_INCLUDEDIR) -DVERSION=\""$(VERSION)"\"
|
|
+INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(includedir) $(GNOME_INCLUDEDIR) -DVERSION=\""$(VERSION)"\"
|
|
|
|
|
|
bin_PROGRAMS = gnomecc
|
|
@@ -154,16 +154,16 @@
|
|
|
|
EXTRA_DIST = gnomecc.desktop cappletConf.sh.in $(appicon_DATA)
|
|
|
|
-sysdir = $(datadir)/gnome/apps/Settings
|
|
+sysdir = $(datadir)/apps/Settings
|
|
sys_DATA = gnomecc.desktop
|
|
|
|
-confexecdir = $(libdir)
|
|
+confexecdir = $(sysconfdir)
|
|
confexec_DATA = cappletConf.sh
|
|
|
|
libcapplet_la_SOURCES = capplet-widget.c capplet-widget-libs.c capplet-widget-libs.h $(CORBA_SRCLIST)
|
|
|
|
|
|
-libcapplet_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)
|
|
+libcapplet_la_LDFLAGS = -version-info 4:0:0
|
|
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
|
|
|