diff options
author | markd <markd@pkgsrc.org> | 2006-07-06 12:18:35 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-07-06 12:18:35 +0000 |
commit | 953402e436ca8ed5606ed133150b5403f1d6ad62 (patch) | |
tree | 0e5740e4f745a501f705f6b97b4a027a30f666ee /graphics | |
parent | 5c5f253ff0f884b3184518393986469266d8f9d3 (diff) | |
download | pkgsrc-953402e436ca8ed5606ed133150b5403f1d6ad62.tar.gz |
Remove some sunos5 BUILD_TARGET's that don't exist (any more).
Also use the pkgsrc BUILD_TARGET for Solaris on x86 - it does a better job
Fixes PR pkg/30581, pkg/30894, pkg/30895, pkg/30684 and pkg/32553.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Mesa/Makefile.common | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index fa7c54c9ef9..cf69940f001 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.49 2006/06/13 23:48:45 reed Exp $ +# $NetBSD: Makefile.common,v 1.50 2006/07/06 12:18:35 markd Exp $ DISTNAME= MesaLib-${MESA_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -37,22 +37,12 @@ INSTALLATION_DIRS+= lib .if ${OPSYS} == "SunOS" . if ${MACHINE_ARCH} == "sparc" . if !empty(PKGSRC_COMPILER:Msunpro) -. if ${SPARC_TARGET_ARCH} == "sparcv7" BUILD_TARGET= sunos5 -. elif ${SPARC_TARGET_ARCH} == "sparcv8" -BUILD_TARGET= sunos5-v8 -. elif ${SPARC_TARGET_ARCH} == "sparcv9" -BUILD_TARGET= sunos5-v9 -. endif . else BUILD_TARGET= sunos5-gcc . endif . else # i386 -. if !empty(PKGSRC_COMPILER:Msunpro) -BUILD_TARGET= solaris-x86 -. else -BUILD_TARGET= solaris-x86-gcc -. endif +BUILD_TARGET= pkgsrc . endif .elif ${OPSYS} == "Interix" BUILD_TARGET= interix3 |