diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-08 18:42:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-08 18:42:38 +0000 |
commit | f4e0c0897932414a56da64cb86c239b4729c75dd (patch) | |
tree | 11f23caad1718be1d762e5c815f8214c719aa306 /x11/gnome-session/files | |
parent | 3f9abcd9c64a50d27ebbeb2773372babbc9adc57 (diff) | |
download | ports-f4e0c0897932414a56da64cb86c239b4729c75dd.tar.gz ports-f4e0c0897932414a56da64cb86c239b4729c75dd.zip |
Notes
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 000000000000..61084626cb14 --- /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 000000000000..60c14531bce0 --- /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)\"" + |