diff options
author | tv <tv@pkgsrc.org> | 2004-06-17 03:49:15 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-06-17 03:49:15 +0000 |
commit | 1c110ab746ea874a6d782950fe87450ff859ce37 (patch) | |
tree | a84a218071644ab631c5928730739e2c6f4b290c /devel | |
parent | c4a3b55800a2c0551af97ee9457c76cc765fce72 (diff) | |
download | pkgsrc-1c110ab746ea874a6d782950fe87450ff859ce37.tar.gz |
sysutils/c++rt0 doesn't exist any longer, as pkgsrc has officially dropped
support for NetBSD/sparc 1.4.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtool-base/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index 405a0e93f1f..76feb0745c2 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/06/14 00:26:25 grant Exp $ +# $NetBSD: Makefile,v 1.37 2004/06/17 03:49:15 tv Exp $ # PKGNAME= ${DISTNAME:C/-/-base-/} @@ -20,11 +20,6 @@ TEST_TARGET= check .include "../../mk/bsd.prefs.mk" -.if !empty(MACHINE_PLATFORM:MNetBSD-1.4-sparc) || \ - !empty(MACHINE_PLATFORM:MNetBSD-1.4.[12]-sparc) -DEPENDS+= c++rt0>=1.0:../../sysutils/c++rt0 -.endif - .if ${OPSYS} == "NetBSD" . if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so) CONFIGURE_ARGS= --disable-shared |