summaryrefslogtreecommitdiff
path: root/multimedia/goggles/patches/patch-ad
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-04 15:20:44 +0000
committerjoerg <joerg>2010-01-04 15:20:44 +0000
commit400b06455a926aa385ef53393d41cca625bdbfac (patch)
tree40eed13e40efddbe450196928d6b99012db965c3 /multimedia/goggles/patches/patch-ad
parentf2dfe27adc70044395c768667298bfc1e6023564 (diff)
downloadpkgsrc-400b06455a926aa385ef53393d41cca625bdbfac.tar.gz
The path name for -Wl,-rpath as a linker option, so don't split it off
without also prefixing it with -Wl, accordingly.
Diffstat (limited to 'multimedia/goggles/patches/patch-ad')
-rw-r--r--multimedia/goggles/patches/patch-ad13
1 files changed, 11 insertions, 2 deletions
diff --git a/multimedia/goggles/patches/patch-ad b/multimedia/goggles/patches/patch-ad
index a9fc1183f57..ac6fe71c8f4 100644
--- a/multimedia/goggles/patches/patch-ad
+++ b/multimedia/goggles/patches/patch-ad
@@ -1,7 +1,16 @@
-$NetBSD: patch-ad,v 1.1 2009/11/14 22:07:07 yyamano Exp $
+$NetBSD: patch-ad,v 1.2 2010/01/04 15:20:45 joerg Exp $
---- build/config.linux.orig 2006-11-26 14:19:18.000000000 -0800
+--- build/config.linux.orig 2006-11-26 22:19:18.000000000 +0000
+++ build/config.linux
+@@ -13,7 +13,7 @@ export CXX="g++" #
+ export LINK=$CXX # Executable Linker
+ export DLLLINK="$CXX -shared" # Dynamic Library Linker
+ export LIBLINK="ar cru" # Static Library Linker
+-export DLLRPATH="-Wl,-rpath " # Search Path for Dynamic Libs
++export DLLRPATH="-Wl,-rpath," # Search Path for Dynamic Libs
+
+ # Compiler and Linker Flags
+ export OUTPUTOBJ="-o" # Compiler flag to specify output object filename
@@ -23,15 +23,12 @@ export PICFLAG="" #
if [ $DEFS == "-DDEBUG" ] ; then
export CFLAGS="${CFLAGS:--Wall -g -pipe -Wextra}"