diff options
author | tron <tron@pkgsrc.org> | 1999-07-09 22:43:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-09 22:43:08 +0000 |
commit | f8efa41221eae7b379a7c6c748fc6dc542d57467 (patch) | |
tree | 2062785b9ccd6aacc917c866fcfcc5da136343dd /x11 | |
parent | e85d2d9db49fb3758a59176667118d80f95176d0 (diff) | |
download | pkgsrc-f8efa41221eae7b379a7c6c748fc6dc542d57467.tar.gz |
Because the "c++rt0.o" hack doesn't work for the sparc ports there is
no way to get this working on a.out sparc systems.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile index 89080aa3083..113409c0575 100644 --- a/x11/kdelibs/Makefile +++ b/x11/kdelibs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 1999/06/04 15:39:10 drochner Exp $ +# $NetBSD: Makefile,v 1.35 1999/07/09 22:43:08 tron Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp # @@ -28,4 +28,10 @@ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" \ all_libraries="-L${LOCALBASE}/lib" +.include "../../mk/bsd.prefs.mk" + +.if (${OBJECT_FMT} == "a.out") +NOT_FOR_PLATFORM= NetBSD-*-sparc* +.endif + .include "../../mk/bsd.pkg.mk" |