pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/SDL_net Keep PATH in configure script for tools fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9af5ce9c59c
branches:  trunk
changeset: 548408:e9af5ce9c59c
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Oct 14 13:13:23 2008 +0000

description:
Keep PATH in configure script for tools framework.
Fixes PR 36129.

diffstat:

 net/SDL_net/distinfo         |   3 ++-
 net/SDL_net/patches/patch-ab |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 56869a0c0578 -r e9af5ce9c59c net/SDL_net/distinfo
--- a/net/SDL_net/distinfo      Tue Oct 14 12:48:56 2008 +0000
+++ b/net/SDL_net/distinfo      Tue Oct 14 13:13:23 2008 +0000
@@ -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 -r 56869a0c0578 -r e9af5ce9c59c net/SDL_net/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/SDL_net/patches/patch-ab      Tue Oct 14 13:13:23 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index