mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
22 lines
620 B
Plaintext
22 lines
620 B
Plaintext
$NetBSD: patch-ac,v 1.8 2010/11/01 18:03:04 adam Exp $
|
|
|
|
--- configure.orig 2010-10-14 18:00:29.000000000 +0000
|
|
+++ configure
|
|
@@ -5384,7 +5384,7 @@ case $host in
|
|
LTCFLAGS="-prefer-non-pic -static"
|
|
;;
|
|
*)
|
|
- SH_LIBTOOL='$(SHELL) $(top_builddir)/shlibtool $(LTFLAGS)'
|
|
+ SH_LIBTOOL='shlibtool'
|
|
SHLTCFLAGS=""
|
|
LTCFLAGS=""
|
|
;;
|
|
@@ -18868,7 +18868,6 @@ cat >>confdefs.h <<_ACEOF
|
|
_ACEOF
|
|
|
|
|
|
-perlbin=`$ac_aux_dir/PrintPath perl`
|
|
if test "x$perlbin" = "x"; then
|
|
perlbin="/replace/with/path/to/perl/interpreter"
|
|
fi
|