summaryrefslogtreecommitdiff
path: root/graphics/exiv2/patches/patch-configure
blob: e57f16dd4db395d63d5b442192f607cd6da91fee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure,v 1.1 2014/06/05 07:12:53 adam 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
 case "$host_os" in
 *mingw* | *cygwin*)
     LDFLAGS="$LDFLAGS -no-undefined -lpsapi" ;;
-*)
-    LDFLAGS="$LDFLAGS -ldl" ;;
 esac
 
 # ---------------------------------------------------------------------------