summaryrefslogtreecommitdiff
path: root/devel/ptl2
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-05-01 14:38:53 +0000
committertron <tron@pkgsrc.org>1999-05-01 14:38:53 +0000
commitf37c597c5559dc7ff9786970a02349b4333c983d (patch)
treed4d2e40ba6f214a2e04c1d278a0b1907407600a2 /devel/ptl2
parentf13208f8d9b14e7395cab1ac4ded3b9aba4f0962 (diff)
downloadpkgsrc-f37c597c5559dc7ff9786970a02349b4333c983d.tar.gz
Use "-Wl,-R" instead of "-R" in "ptlgcc" to be compatible with the
broken "cc" on 1.3 ELF systems.
Diffstat (limited to 'devel/ptl2')
-rw-r--r--devel/ptl2/patches/patch-ac13
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*)