diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-06 19:07:59 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-06 19:07:59 +0000 |
commit | 3885f97a9673d30fe7a2f4f9f2d12744074364e8 (patch) | |
tree | e5630a4f980c7e0f8481b9daa0643d6ae5d53f89 /graphics/imlib2 | |
parent | e9979227a14a7a432073df95e2bf7b673c7ce834 (diff) | |
download | ports-3885f97a9673d30fe7a2f4f9f2d12744074364e8.tar.gz ports-3885f97a9673d30fe7a2f4f9f2d12744074364e8.zip |
Notes
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/imlib2/files/patch-configure b/graphics/imlib2/files/patch-configure deleted file mode 100644 index 3a0a146c04a5..000000000000 --- a/graphics/imlib2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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" |