diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-08-07 19:22:28 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-08-07 19:22:28 +0000 |
commit | 13bd957b0e1f81d27deba944ae9a81248fee8ba8 (patch) | |
tree | aa3433227332c235f0d0df5181f497742f7b4234 /emulators/kmamerun/files | |
parent | 66976d023935e89a2053d75b131a667094d92186 (diff) |
Notes
Diffstat (limited to 'emulators/kmamerun/files')
-rw-r--r-- | emulators/kmamerun/files/patch-aa | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/emulators/kmamerun/files/patch-aa b/emulators/kmamerun/files/patch-aa index cd216333575c..68c1961c8dbf 100644 --- a/emulators/kmamerun/files/patch-aa +++ b/emulators/kmamerun/files/patch-aa @@ -1,18 +1,11 @@ ---- configure.orig Tue Aug 17 23:39:05 1999 -+++ configure Tue Feb 15 01:38:49 2000 -@@ -4164,6 +4164,7 @@ - echo "$ac_t""no" 1>&6 - fi - -+if false; then - echo $ac_n "checking for giflib""... $ac_c" 1>&6 - echo "configure:4169: checking for giflib" >&5 - if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then -@@ -4210,6 +4211,7 @@ - - else - { echo "configure: error: You need giflib23. Please install the kdesupport package" 1>&2; exit 1; } -+fi - fi - echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 - echo "configure:4216: checking for jpeglib" >&5 +--- aclocal.m4.orig Tue Aug 7 12:18:22 2001 ++++ aclocal.m4 Tue Aug 7 12:19:12 2001 +@@ -1069,7 +1069,7 @@ + [AC_MSG_CHECKING([for jpeglib]) + AC_CACHE_VAL(ac_cv_lib_jpeg, + [ac_save_LIBS="$LIBS" +-LIBS="$all_libraries -ljpeg -lm" ++LIBS="$all_libraries -L/usr/local/lib -ljpeg -lm" + AC_TRY_LINK( + [/* Override any gcc2 internal prototype to avoid an error. */ + struct jpeg_decompress_struct; |