diff options
Diffstat (limited to 'devel/ptl2')
-rw-r--r-- | devel/ptl2/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/ptl2/patches/patch-ac b/devel/ptl2/patches/patch-ac new file mode 100644 index 00000000000..7717eb4e086 --- /dev/null +++ b/devel/ptl2/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 1999/05/01 14:38:53 tron Exp $ + +--- Util/configure.orig Fri Mar 19 12:00:58 1999 ++++ Util/configure Sat May 1 15:55:42 1999 +@@ -1327,7 +1327,7 @@ + then + MKSHLIBCMD='ld -Bshareable' + PICFLAGS="-fpic" +- RECPATHFLAGS="-R " ++ RECPATHFLAGS="-Wl,-R" + fi + ;; + linux*) |