diff options
author | wiz <wiz> | 2005-07-24 14:31:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-07-24 14:31:37 +0000 |
commit | f9b20fdb12652a79485ec6f5a747a4241d8634a5 (patch) | |
tree | c5af92a23c0d754d601c66af9ff91a6515d9ecf0 /games/wesnoth | |
parent | 21bb49d9f3c38445f37f2554a84ec388897e4a6d (diff) | |
download | pkgsrc-f9b20fdb12652a79485ec6f5a747a4241d8634a5.tar.gz |
regen with correct offsets.
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/patches/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/wesnoth/patches/patch-ac b/games/wesnoth/patches/patch-ac index 88b17e21602..2e64a9515ba 100644 --- a/games/wesnoth/patches/patch-ac +++ b/games/wesnoth/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.3 2005/07/14 21:47:57 wiz Exp $ +$NetBSD: patch-ac,v 1.4 2005/07/24 14:31:37 wiz Exp $ ---- configure.orig 2005-06-06 00:03:23.000000000 +0200 +--- configure.orig 2005-06-29 22:32:22.000000000 +0200 +++ configure -@@ -8588,7 +8588,7 @@ fi +@@ -8586,7 +8586,7 @@ fi done test -n "$PNG_CONFIG" || PNG_CONFIG="none" @@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.3 2005/07/14 21:47:57 wiz Exp $ if test "x$PNG_CONFIG" = "xnone"; then pngfound=no { echo "$as_me:$LINENO: WARNING: *** LIBPNG not found." >&5 -@@ -8598,8 +8598,11 @@ else +@@ -8596,8 +8596,11 @@ else PNG_CFLAGS=`$PNG_CONFIG --cflags` PNG_LIBS=`$PNG_CONFIG --libs` fi |