Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
$NetBSD: patch-configure,v 1.1 2014/06/05 07:12:53 adam Exp $
$NetBSD: patch-configure,v 1.2 2015/10/03 12:08:37 bsiegert Exp $
Don't add -ldl for all OS; this gets auto-detected somewhere else.
--- configure.orig 2014-06-05 06:53:10.000000000 +0000
+++ configure
@@ -17069,8 +17069,6 @@ fi
--- configure.orig 2015-10-02 05:19:31.000000000 +0200
+++ configure 2015-10-02 05:19:34.000000000 +0200
@@ -17321,8 +17321,6 @@
case "$host_os" in
*mingw* | *cygwin*)
LDFLAGS="$LDFLAGS -no-undefined -lpsapi" ;;
LDFLAGS="$LDFLAGS -no-undefined -lpsapi -lwldap32 -lws2_32" ;;
-*)
- LDFLAGS="$LDFLAGS -ldl" ;;
esac