aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2003-11-05 19:09:58 +0000
committerMikhail Teterin <mi@FreeBSD.org>2003-11-05 19:09:58 +0000
commit8a54ffccd9f243dad11ce0233b7ca1853f731c20 (patch)
tree39565520d4e7a6a806d8f2e1f710df6e3e2b1241 /x11/XFree86-4-libraries
parentada4279ab58a88cbfc8def9e62fef2649882c016 (diff)
downloadports-8a54ffccd9f243dad11ce0233b7ca1853f731c20.tar.gz
ports-8a54ffccd9f243dad11ce0233b7ca1853f731c20.zip
Fix a bug in my last commit -- the second coma in -Wl,rpath,DIRECTORY
was missing. Reported by: Andy Fawcett (who watches the ports cluster logs) Uwe Laverenz
Notes
Notes: svn path=/head/; revision=93179
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r--x11/XFree86-4-libraries/files/patch-FreeBSD.cf2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-FreeBSD.cf b/x11/XFree86-4-libraries/files/patch-FreeBSD.cf
index bc3f08d17a29..0a50e5269e91 100644
--- a/x11/XFree86-4-libraries/files/patch-FreeBSD.cf
+++ b/x11/XFree86-4-libraries/files/patch-FreeBSD.cf
@@ -64,7 +64,7 @@
#ifndef SharedLibraryLoadFlags
#if UseElfFormat
-#define SharedLibraryLoadFlags -shared -rpath $(USRLIBDIRPATH)
-+#define SharedLibraryLoadFlags -shared -Wl,-rpath$(USRLIBDIRPATH)
++#define SharedLibraryLoadFlags -shared -Wl,-rpath,$(USRLIBDIRPATH)
#else
#define SharedLibraryLoadFlags -Bshareable -R $(USRLIBDIRPATH)
#endif