diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-05-31 16:43:45 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-05-31 16:43:45 +0000 |
commit | c49d6fa1a7350530724d50de8011479d0fc0db0e (patch) | |
tree | a1093a2a72c2d180ec26c0ba0769c4471bc51b2e | |
parent | 9ac119aadc6d3c656efc0dd95c51100ba13cfe97 (diff) | |
download | pkgsrc-c49d6fa1a7350530724d50de8011479d0fc0db0e.tar.gz |
Do not explicitly force use of lang/egcs for SunOS; the buildlink
infrastructure handles compiler issues aoutomagically.
-rw-r--r-- | lang/guavac/Makefile | 9 | ||||
-rw-r--r-- | math/cassowary/Makefile | 7 | ||||
-rw-r--r-- | sysutils/xosview/Makefile | 4 | ||||
-rw-r--r-- | x11/dxpc/Makefile | 7 |
4 files changed, 4 insertions, 23 deletions
diff --git a/lang/guavac/Makefile b/lang/guavac/Makefile index 9b76604564c..6b496096067 100644 --- a/lang/guavac/Makefile +++ b/lang/guavac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 21:44:31 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/05/31 16:43:46 kristerw Exp $ # DISTNAME= guavac-1.2 @@ -14,13 +14,6 @@ COMMENT= Free compiler for the Java language .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" -DEPENDS+= egcs-1.1.2:../../lang/egcs -MAKE_ENV+= PATH=${LOCALBASE}/egcs/bin:$PATH -CXX= ${LOCALBASE}/egcs/bin/gcc -CONFIGURE_ENV+= CXX=${CXX} -.endif - GNU_CONFIGURE= yes post-install: diff --git a/math/cassowary/Makefile b/math/cassowary/Makefile index b1b696e1e06..6eb2b8471dc 100644 --- a/math/cassowary/Makefile +++ b/math/cassowary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/05/03 20:49:34 snj Exp $ +# $NetBSD: Makefile,v 1.25 2004/05/31 16:43:46 kristerw Exp $ # DISTNAME= cassowary-0.60 @@ -28,11 +28,6 @@ UNLIMIT_RESOURCES= datasize memorysize .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" -DEPENDS+= egcs-1.1.2:../../lang/egcs -MAKE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++ -.endif - post-install: cd ${PREFIX}/lib/cassowary && ${RMDIR} -p bench diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 1c625b060d3..739fa756528 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2004/02/04 22:23:47 abs Exp $ +# $NetBSD: Makefile,v 1.50 2004/05/31 16:43:45 kristerw Exp $ DISTNAME= xosview-1.8.1 CATEGORIES= sysutils @@ -31,8 +31,6 @@ BUILD_DEFS= UVM . endif .elif ${OPSYS} == "SunOS" USE_GNU_TOOLS+= make -BUILD_DEPENDS+= egcs-1.1.2:../../lang/egcs -CXX= ${LOCALBASE}/egcs/bin/g++ CPPFLAGS+= -I${X11BASE}/include LIBS+= -lsocket -lnsl .endif diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index 88a1020016d..9af05f8f065 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/04/11 07:28:39 snj Exp $ +# $NetBSD: Makefile,v 1.19 2004/05/31 16:43:45 kristerw Exp $ # DISTNAME= dxpc-3.8.1 @@ -15,11 +15,6 @@ USE_BUILDLINK3= yes .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" -DEPENDS+= egcs-1.1.2:../../lang/egcs -CONFIGURE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++ -.endif - post-install: @strip ${PREFIX}/bin/dxpc |