diff options
author | obache <obache@pkgsrc.org> | 2008-10-14 13:13:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-10-14 13:13:23 +0000 |
commit | 961fac4608a6f40e804a7b9087b416a704f1ccab (patch) | |
tree | d06c2ffdc039e78aa30551f6052120d5ab046500 /net/SDL_net | |
parent | 79d950177f6e192805d0cd3fa305b915660d21ec (diff) | |
download | pkgsrc-961fac4608a6f40e804a7b9087b416a704f1ccab.tar.gz |
Keep PATH in configure script for tools framework.
Fixes PR 36129.
Diffstat (limited to 'net/SDL_net')
-rw-r--r-- | net/SDL_net/distinfo | 3 | ||||
-rw-r--r-- | net/SDL_net/patches/patch-ab | 16 |
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 |