diff options
Diffstat (limited to 'games/pythoong/files/patch-aclocal.m4')
-rw-r--r-- | games/pythoong/files/patch-aclocal.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/pythoong/files/patch-aclocal.m4 b/games/pythoong/files/patch-aclocal.m4 new file mode 100644 index 000000000000..3d0d126ac862 --- /dev/null +++ b/games/pythoong/files/patch-aclocal.m4 @@ -0,0 +1,11 @@ +--- aclocal.m4.orig Fri Aug 8 05:02:36 2003 ++++ aclocal.m4 Fri Aug 8 05:03:04 2003 +@@ -385,7 +385,7 @@ + LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ + DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ + ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ +-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ ++$libtool_flags --no-verify $host \ + || AC_MSG_ERROR([libtool configure failed]) + + # Reload cache, that may have been modified by ltconfig |