summaryrefslogtreecommitdiff
path: root/multimedia/gpac/patches/patch-configure
blob: d96e176b2df3a7a69bc8952334c934dd445e3bc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure,v 1.1 2013/02/06 11:09:35 fhajny Exp $

Fix bug for LDFLAGS parsing on SunOS.

--- configure.orig      2012-05-25 12:05:57.000000000 +0000
+++ configure
@@ -468,7 +468,7 @@ case $targetos in
     SunOS)
         make="gmake"
         readelf="greadelf"
-        LDFLAGS="${opt#--extra-ldflags=}"
+        LDFLAGS="$LDFLAGS"
         instflags=""
         #check for 64-bit
         cat > $TMPC << EOF