diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2003-11-05 19:09:58 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2003-11-05 19:09:58 +0000 |
commit | 8a54ffccd9f243dad11ce0233b7ca1853f731c20 (patch) | |
tree | 39565520d4e7a6a806d8f2e1f710df6e3e2b1241 /x11 | |
parent | ada4279ab58a88cbfc8def9e62fef2649882c016 (diff) | |
download | ports-8a54ffccd9f243dad11ce0233b7ca1853f731c20.tar.gz ports-8a54ffccd9f243dad11ce0233b7ca1853f731c20.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-FreeBSD.cf | 2 |
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 |