summaryrefslogtreecommitdiff
path: root/lang/perl5/patches/patch-ac
blob: 6144d12e5ac298ca9e5089b1b96ec8080ce63298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.18 2014/05/29 07:57:07 adam Exp $

We intentionally wire down the 'libswanted' list in the package Makefile,
so don't let the hints file add new libraries that may be found outside
Pkgsrc control.

--- hints/linux.sh.orig	2014-05-26 13:34:20.000000000 +0000
+++ hints/linux.sh
@@ -61,7 +61,6 @@ libswanted="$*"
 echo $libs
 if echo " $libswanted " | grep -q ' gdbm '; then
     # Only add if gdbm is in libswanted.
-    libswanted="$libswanted gdbm_compat"
 fi
 
 # Configure may fail to find lstat() since it's a static/inline