summaryrefslogtreecommitdiff
path: root/net/SDL_net
diff options
context:
space:
mode:
Diffstat (limited to 'net/SDL_net')
-rw-r--r--net/SDL_net/distinfo3
-rw-r--r--net/SDL_net/patches/patch-ab16
2 files changed, 18 insertions, 1 deletions
diff --git a/net/SDL_net/distinfo b/net/SDL_net/distinfo
index 5a802350174..be9de8a4463 100644
--- a/net/SDL_net/distinfo
+++ b/net/SDL_net/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2007/07/26 00:06:04 wiz Exp $
+$NetBSD: distinfo,v 1.7 2008/10/14 13:13:23 obache Exp $
SHA1 (SDL_net-1.2.7.tar.gz) = b46c7e3221621cc34fec1238f1b5f0ce8972274d
RMD160 (SDL_net-1.2.7.tar.gz) = 5c95cf28f35ceb796188323666b92cafa60fba25
Size (SDL_net-1.2.7.tar.gz) = 373866 bytes
+SHA1 (patch-ab) = 64a9458f068964a621a7bed92f0fe7c692e5b110
diff --git a/net/SDL_net/patches/patch-ab b/net/SDL_net/patches/patch-ab
new file mode 100644
index 00000000000..93bcafc41b5
--- /dev/null
+++ b/net/SDL_net/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2008/10/14 13:13:23 obache Exp $
+
+Keep PATH for tools framework (PR#36129)
+
+--- configure.orig 2007-07-20 12:41:49.000000000 +0000
++++ configure
+@@ -20351,9 +20351,6 @@ fi;
+ fi
+ fi
+
+- if test "x$prefix" != xNONE; then
+- PATH="$prefix/bin:$prefix/usr/bin:$PATH"
+- fi
+ # Extract the first word of "sdl-config", so it can be a program name with args.
+ set dummy sdl-config; ac_word=$2
+ echo "$as_me:$LINENO: checking for $ac_word" >&5