diff options
Diffstat (limited to 'games/uclient/files/patch-af')
-rw-r--r-- | games/uclient/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/uclient/files/patch-af b/games/uclient/files/patch-af new file mode 100644 index 000000000000..3c633063d57a --- /dev/null +++ b/games/uclient/files/patch-af @@ -0,0 +1,11 @@ +--- macros/autogen.sh.orig Thu Mar 29 18:53:41 2001 ++++ macros/autogen.sh Thu Mar 29 18:54:03 2001 +@@ -135,7 +135,7 @@ + fi + done + +-conf_flags="--enable-compile-warnings --enable-debug --enable-maintainer-mode --prefix=/opt/forge" ++conf_flags="--enable-compile-warnings --enable-debug --enable-maintainer-mode --prefix=/usr/local --exec-prefix=/usr/local" + + if test x$NOCONFIGURE = x; then + # echo Running $srcdir/libltdl/configure $conf_flags --enable-ltdl-install "$@" ... |