diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-08 22:08:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-08 22:08:21 +0000 |
commit | e56fabbc4df658e0007d40af53e67445342dec25 (patch) | |
tree | 1df62ef9b7e11bf6baf5a06597840ce8f2a06538 /games/gnomegames2/files/patch-configure | |
parent | This version of mcrypt requires autoconf 2.50 or newer. Accordingly, (diff) |
Adding gnomegames2 after repo commit from gnomegames. This is the games
component for the GNOME 2.0 Desktop.
Notes
Notes:
svn path=/head/; revision=58758
Diffstat (limited to 'games/gnomegames2/files/patch-configure')
-rw-r--r-- | games/gnomegames2/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/gnomegames2/files/patch-configure b/games/gnomegames2/files/patch-configure new file mode 100644 index 000000000000..b633cbcce281 --- /dev/null +++ b/games/gnomegames2/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Sun Apr 21 13:50:05 2002 ++++ configure Wed May 8 15:34:41 2002 +@@ -7864,6 +7864,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' +@@ -12411,7 +12412,7 @@ + + + cat >>confdefs.h <<_ACEOF +-#define GNOME_ICONDIR "${prefix}/share/pixmaps" ++#define GNOME_ICONDIR "${datadir}/pixmaps" + _ACEOF + + |