a27cc3a084
to avoid unwanted detection of pre-installed tools.
32 lines
1.5 KiB
Text
32 lines
1.5 KiB
Text
$NetBSD: patch-ab,v 1.7 2008/05/27 13:51:02 obache Exp $
|
|
|
|
--- perlnative/configure.orig 2007-12-25 01:53:46.000000000 +0000
|
|
+++ perlnative/configure
|
|
@@ -1266,27 +1266,6 @@ MYOPTIMIZE="-O3 -fomit-frame-pointer -ff
|
|
MYPLLIBDIR=/usr/lib/perl5/site_perl
|
|
MYRUNPATH=""
|
|
|
|
-# Building paths
|
|
-pathtmp="$PATH"
|
|
-PATH="..:$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
|
|
-PATH="$PATH:/usr/ccs/bin:/usr/ucb:/usr/xpg4/bin:/usr/xpg6/bin:$pathtmp"
|
|
-LIBRARY_PATH="..:$HOME/lib:/usr/local/lib:$LIBRARY_PATH"
|
|
-LD_LIBRARY_PATH="..:$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH"
|
|
-CPATH="..:$HOME/include:/usr/local/include:$CPATH"
|
|
-PKG_CONFIG_PATH="..:$HOME/lib/pkgconfig:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
|
|
-export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH
|
|
-if type pkg-config > /dev/null 2>&1
|
|
-then
|
|
- PATH="$PATH:`pkg-config --variable=bindir qdbm`"
|
|
- PATH="$PATH:`pkg-config --variable=bindir hyperestraier`"
|
|
- LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir qdbm`"
|
|
- LIBRARY_PATH="$LIBRARY_PATH:`pkg-config --variable=libdir hyperestraier`"
|
|
- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir qdbm`"
|
|
- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pkg-config --variable=libdir hyperestraier`"
|
|
- CPATH="$CPATH:`pkg-config --variable=includedir qdbm`"
|
|
- CPATH="$CPATH:`pkg-config --variable=includedir hyperestraier`"
|
|
- export PATH LIBRARY_PATH LD_LIBRARY_PATH CPATH PKG_CONFIG_PATH
|
|
-fi
|
|
|
|
# Setting the default prefix
|
|
if test "$prefix" = NONE
|