diff options
Diffstat (limited to 'devel/ptl2/patches/patch-ag')
-rw-r--r-- | devel/ptl2/patches/patch-ag | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/ptl2/patches/patch-ag b/devel/ptl2/patches/patch-ag deleted file mode 100644 index cc3567ee2b9..00000000000 --- a/devel/ptl2/patches/patch-ag +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2002/09/25 15:54:24 tron Exp $ - ---- Util/mkspecs.in.orig Mon Jun 21 14:36:53 1999 -+++ Util/mkspecs.in Wed Sep 25 17:49:05 2002 -@@ -17,11 +17,6 @@ - $recpathflags .= "$dest_libdir"; - } - --if ($cc ne 'gcc') { -- print "Compiler is not gcc\n"; -- exit 0; --} -- - undef $s; - if ($have_libsocket) { - $s = '-lsocket '; -@@ -30,7 +25,7 @@ - # get linker option - chop($linker_opt = <>); - --open(SPECS, "gcc -dumpspecs|") || die ("cannot run gcc -dumpspecs: $!\n"); -+open(SPECS, "$cc -dumpspecs|") || die ("cannot run $cc -dumpspecs: $!\n"); - while (<SPECS>) { - chop; - if (/^\*(.*:)$/) { |