diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-08 18:42:38 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-08 18:42:38 +0000 |
commit | b55e6a24d56f3fe90c0d7c3eebad8f87647d37c0 (patch) | |
tree | 270cafae7cd0c7d61423b09993575909b7ec2493 /x11/gnome-session/files | |
parent | cd1eee8e309e59064cc40c5f9264bb0e21d4cf72 (diff) | |
download | FreeBSD-ports-b55e6a24d56f3fe90c0d7c3eebad8f87647d37c0.zip FreeBSD-ports-b55e6a24d56f3fe90c0d7c3eebad8f87647d37c0.tar.gz |
Add gnomesession, the session initialization component for the GNOME 2.0
desktop.
Diffstat (limited to 'x11/gnome-session/files')
-rw-r--r-- | x11/gnome-session/files/patch-configure | 10 | ||||
-rw-r--r-- | x11/gnome-session/files/patch-gnome-session_Makefile.in | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11/gnome-session/files/patch-configure b/x11/gnome-session/files/patch-configure new file mode 100644 index 0000000..6108462 --- /dev/null +++ b/x11/gnome-session/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed May 8 14:27:04 2002 ++++ configure Wed May 8 14:27:23 2002 +@@ -7232,6 +7232,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11/gnome-session/files/patch-gnome-session_Makefile.in b/x11/gnome-session/files/patch-gnome-session_Makefile.in new file mode 100644 index 0000000..60c1453 --- /dev/null +++ b/x11/gnome-session/files/patch-gnome-session_Makefile.in @@ -0,0 +1,11 @@ +--- gnome-session/Makefile.in.orig Wed May 8 14:36:22 2002 ++++ gnome-session/Makefile.in Wed May 8 14:36:34 2002 +@@ -129,7 +129,7 @@ + + NULL = + +-defaultdir = $(datadir)/gnome ++defaultdir = $(datadir) + + INCLUDES = $(GNOME_SESSION_CFLAGS) $(DISABLE_DEPRECATED_CFLAGS) $(STANDARD_PROPERTIES_CFLAGS) $(WARN_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" -DGNOME_ICONDIR=\""$(datadir)/pixmaps\"" -DREBOOT_COMMAND=\""$(REBOOT_COMMAND)\"" -DHALT_COMMAND=\""$(HALT_COMMAND)\"" -DDEFAULTDIR="\"$(defaultdir)\"" + |