diff options
author | tron <tron@pkgsrc.org> | 1999-05-02 17:18:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-02 17:18:53 +0000 |
commit | ddc0bf51a1ce84a8af55f583da149abaf752a72a (patch) | |
tree | 1d66b72de65d47eb35f9bbf885b4c5d9fc3b4138 | |
parent | ee0c971f4f7ed5a3701b0db660700cf42ef808db (diff) | |
download | pkgsrc-ddc0bf51a1ce84a8af55f583da149abaf752a72a.tar.gz |
Backout this change, the link options are passed to "ld" not "gcc"
-rw-r--r-- | devel/ptl2/patches/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/ptl2/patches/patch-ac b/devel/ptl2/patches/patch-ac deleted file mode 100644 index 7717eb4e086..00000000000 --- a/devel/ptl2/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$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*) |