diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-22 04:00:49 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-22 04:00:49 +0800 |
commit | 7b806b22253179b0ad1183f3faa62c403c268706 (patch) | |
tree | 66bb853f588500afd728a6c772a50968276121b5 /graphics/imlib2/files | |
parent | 8eb7d519a68a9e1f0d67fe93e1bc67eef84317e8 (diff) | |
download | freebsd-ports-gnome-7b806b22253179b0ad1183f3faa62c403c268706.tar.gz freebsd-ports-gnome-7b806b22253179b0ad1183f3faa62c403c268706.tar.zst freebsd-ports-gnome-7b806b22253179b0ad1183f3faa62c403c268706.zip |
Upgrade to 1.9.2.
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'graphics/imlib2/files')
-rw-r--r-- | graphics/imlib2/files/patch-aa | 31 |
1 files changed, 2 insertions, 29 deletions
diff --git a/graphics/imlib2/files/patch-aa b/graphics/imlib2/files/patch-aa index 34ec3b55d5a2..580690478c03 100644 --- a/graphics/imlib2/files/patch-aa +++ b/graphics/imlib2/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Sat Jan 16 01:23:28 1999 -+++ configure Thu Jan 21 06:12:39 1999 +--- configure.orig Thu Jan 21 00:10:05 1999 ++++ configure Fri Jan 22 03:38:47 1999 @@ -2173,8 +2173,8 @@ echo "configure:2174: checking If dynamic linking works on this system" >&5 oLIBS="$LIBS" @@ -202,30 +202,3 @@ EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" { (eval echo configure:4565: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -@@ -4777,26 +4643,6 @@ - else - echo "configure: warning: *** Native PNG support will not be built (PNG header file not found) ***" 1>&2 - fi -- --echo $ac_n "checking for libpng version other than 1.0.2""... $ac_c" 1>&6 --echo "configure:4783: checking for libpng version other than 1.0.2" >&5 --cat > conftest.$ac_ext <<EOF --#line 4785 "configure" --#include "confdefs.h" --#include <png.h> --PNG_LIBPNG_VER_STRING --EOF --if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | -- egrep ""1.0.2"" >/dev/null 2>&1; then -- rm -rf conftest* -- echo "********* WARNING *********** Your libpng version is 1.0.2. Build will not continue until you revert to 1.0.1 or a newer version.";exit --else -- rm -rf conftest* -- png_ok=yes --fi --rm -f conftest* -- --echo "$ac_t""$png_ok" 1>&6 - - if test "$png_ok" = yes; then - PNGLIBS="-lpng -lz" |