diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-10 11:11:47 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-10 11:11:47 +0800 |
commit | cdedee21cb0b13ddf8bfc2cec502a0c72a46efee (patch) | |
tree | 19d4f63e6c1812493a85ee0dcc2fcc84578a58ea /games/gnomegames2/files/patch-configure | |
parent | e774b2ae44e0367cb0f27b5c4ed830f36ab6bb2a (diff) | |
download | marcuscom-ports-cdedee21cb0b13ddf8bfc2cec502a0c72a46efee.tar marcuscom-ports-cdedee21cb0b13ddf8bfc2cec502a0c72a46efee.tar.gz marcuscom-ports-cdedee21cb0b13ddf8bfc2cec502a0c72a46efee.tar.bz2 marcuscom-ports-cdedee21cb0b13ddf8bfc2cec502a0c72a46efee.tar.lz marcuscom-ports-cdedee21cb0b13ddf8bfc2cec502a0c72a46efee.tar.xz marcuscom-ports-cdedee21cb0b13ddf8bfc2cec502a0c72a46efee.tar.zst marcuscom-ports-cdedee21cb0b13ddf8bfc2cec502a0c72a46efee.zip |
Add gnomegames2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@37 df743ca5-7f9a-e211-a948-0013205c9059
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 000000000..b633cbcce --- /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 + + |