summaryrefslogtreecommitdiff
path: root/devel/ptl2/patches
diff options
context:
space:
mode:
authortron <tron>1999-05-01 14:38:53 +0000
committertron <tron>1999-05-01 14:38:53 +0000
commitde70727c80ac3aed4258473e24460cac7aae1a2d (patch)
treed4d2e40ba6f214a2e04c1d278a0b1907407600a2 /devel/ptl2/patches
parent24796084040a9931ba416607a51a9afaeae0f1cd (diff)
downloadpkgsrc-de70727c80ac3aed4258473e24460cac7aae1a2d.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/patches')
-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*)