diff options
author | salo <salo@pkgsrc.org> | 2003-08-15 22:25:30 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-08-15 22:25:30 +0000 |
commit | 400d33dcf3c472240497553187abf05a42c41bc8 (patch) | |
tree | ed383dbb6fe2d4438f5b55865479745ad44242b5 /x11/Xaw3d | |
parent | 5f0eebf10c2567974126def6775b337c5b2eb961 (diff) | |
download | pkgsrc-400d33dcf3c472240497553187abf05a42c41bc8.tar.gz |
Trivially USE_BUILDLINK2 to pick the right compiler.
Fixes build (at least) with gcc-3.x from pkgsrc.
Diffstat (limited to 'x11/Xaw3d')
-rw-r--r-- | x11/Xaw3d/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile index 7d765612f3d..2b3254620de 100644 --- a/x11/Xaw3d/Makefile +++ b/x11/Xaw3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2003/07/17 22:56:20 grant Exp $ +# $NetBSD: Makefile,v 1.35 2003/08/15 22:25:30 salo Exp $ # DISTNAME= Xaw3d-1.5 @@ -11,6 +11,7 @@ COMMENT= 3-D widgets based on the Athena Widget set CONFLICTS= Xaw-Xpm-[0-9]* +USE_BUILDLINK2= YES USE_IMAKE= YES PLIST_SRC= ${WRKDIR}/PLIST-src |