diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-08-04 14:09:35 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-08-04 14:09:35 +0200 |
commit | 95b6ac4b5ce41c77344d1c6da1664111811f4ea5 (patch) | |
tree | bf7b8cc87c77d15ea7f7510967a639fd91b3eddb /graphics/zphoto/files/patch-configure | |
parent | graphics/xsvg: Remove expired port (diff) |
graphics/zphoto: Remove expired port
2024-07-31 graphics/zphoto: Depends on expired graphics/ming
Diffstat (limited to 'graphics/zphoto/files/patch-configure')
-rw-r--r-- | graphics/zphoto/files/patch-configure | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/zphoto/files/patch-configure b/graphics/zphoto/files/patch-configure deleted file mode 100644 index 59d2b3606c5f..000000000000 --- a/graphics/zphoto/files/patch-configure +++ /dev/null @@ -1,27 +0,0 @@ -Add minimal support to `pkg-config imlib2`; imlib2-config has been -dropped since imlib2-1.7.5. - ---- configure.orig 2004-07-20 16:49:27 UTC -+++ configure -@@ -4494,7 +4494,7 @@ EOF - SWFMovie_save(movie, "foo"); /* 0.2a API */ - } - EOF --if $CC -c tmp.c > /dev/null 2>&1; then -+if $CC -c $CFLAGS $CPPFLAGS tmp.c > /dev/null 2>&1; then - - cat >>confdefs.h <<_ACEOF - #define MING_0_2a 1 -@@ -4867,6 +4867,12 @@ IMLIB2CONFIG=$ac_cv_path_IMLIB2CONFIG - esac - fi - IMLIB2CONFIG=$ac_cv_path_IMLIB2CONFIG -+ -+if test -z "$IMLIB2CONFIG"; then -+ if pkg-config imlib2; then -+ IMLIB2CONFIG="pkg-config imlib2" -+ fi -+fi - - if test -n "$IMLIB2CONFIG"; then - echo "$as_me:$LINENO: result: $IMLIB2CONFIG" >&5 |