diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-06 17:26:23 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-06 17:26:23 +0000 |
commit | 97daaa019f5a97ede092a3c5ca6189b3b1d2ce21 (patch) | |
tree | 7bb95b57017bb74f895d700741c4d12761a4bc45 /graphics/imlib2/files/patch-configure | |
parent | update to 2.1a. (diff) |
update to 1.0.2.
PR: 25538
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | graphics/imlib2/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/imlib2/files/patch-configure b/graphics/imlib2/files/patch-configure new file mode 100644 index 000000000000..3a0a146c04a5 --- /dev/null +++ b/graphics/imlib2/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Mar 2 12:59:18 2001 ++++ configure Sun Mar 4 22:46:57 2001 +@@ -3558,7 +3558,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-ltiff $EXTRA_LIBS $LIBS" ++LIBS="-ltiff -lm $EXTRA_LIBS $LIBS" + cat > conftest.$ac_ext <<EOF + #line 3564 "configure" + #include "confdefs.h" |