pkgsrc-ng/multimedia/gpac/patches/patch-configure
2013-09-26 17:14:40 +02:00

16 lines
426 B
Plaintext

$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