diff options
author | abs <abs@pkgsrc.org> | 2004-02-03 12:44:20 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-02-03 12:44:20 +0000 |
commit | f7ed72c42ee5ab3bcefe96f14fb3d840d836c36a (patch) | |
tree | 5deb28f38b4e1ed5360b20e73ca55a56006fe484 /pkgtools | |
parent | 50534e0a76cc1232e64b33fc2c97958835eb03b1 (diff) | |
download | pkgsrc-f7ed72c42ee5ab3bcefe96f14fb3d840d836c36a.tar.gz |
Remove 'USE_LANGUAGES=' as at least on my system 'make install' compiles up
something to check the shared library type.
(An entertaining way to pick up on issues seems to be to set CFLAGS to include
an argument not understood by the base compiler, such as '-march=pentium3')
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/x11-links/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 4371ee20941..0ae83764e7a 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2004/02/02 10:08:43 jlam Exp $ +# $NetBSD: Makefile,v 1.52 2004/02/03 12:44:20 abs Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in mk/buildlink[23]/bsd.buildlink[23].mk @@ -18,7 +18,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} USE_BUILDLINK3= yes EXTRACT_ONLY= # empty -USE_LANGUAGES= # empty NO_CHECKSUM= yes NO_MTREE= yes USE_X11= yes |