diff options
author | tron <tron@pkgsrc.org> | 1999-09-04 23:23:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-04 23:23:22 +0000 |
commit | ae5d948f09ac9d7a7cf3db66f436617b3fc84611 (patch) | |
tree | fedaacf7383978be37322a262dbcf64889310150 /x11/lesstif/Makefile | |
parent | 83c54dd1bbfcd8334fc11b84b973dd242c219449 (diff) | |
download | pkgsrc-ae5d948f09ac9d7a7cf3db66f436617b3fc84611.tar.gz |
Enable Motif 1.2 compatibility required for the "mosaic" package.
Diffstat (limited to 'x11/lesstif/Makefile')
-rw-r--r-- | x11/lesstif/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 0fcf3000388..9bfdf4295fa 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 1999/09/04 09:05:43 tron Exp $ +# $NetBSD: Makefile,v 1.41 1999/09/04 23:23:22 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # @@ -17,8 +17,7 @@ USE_LIBTOOL= yes USE_X11BASE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} --with-x --enable-production -CONFIGURE_ARGS+= --disable-build-12 --enable-default-20 -CONFIGURE_ARGS+= --disable-debug +CONFIGURE_ARGS+= --enable-default-20 --disable-debug CONFIGURE_ENV= CCFLAGS="${CFLAGS}" .include "../../mk/bsd.pkg.mk" |