Bring USE_GMAKE back.

This commit is contained in:
ajacoutot 2010-05-10 17:22:10 +00:00
parent ef77817b24
commit 98da89df24

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.107 2010/05/03 15:04:27 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.108 2010/05/10 17:22:10 ajacoutot Exp $
SHARED_ONLY= Yes
@ -68,6 +68,7 @@ WANTLIB-cups += gssapi krb5 pango-1.0 pangocairo-1.0 pangoft2-1.0 png
WANTLIB-cups += ssl
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
REGRESS_IS_INTERACTIVE= x11
@ -84,9 +85,6 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-papi \
--disable-silent-rules
# needed for the stamp-icons target in ${WRKSRC}/gtk/Makefile
MAKE_ENV= RM="rm"
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/gtk+2
# XXX we should use MODPY_BIN from the lang/python MODULE but
@ -96,11 +94,4 @@ pre-configure:
perl -pi -e 's,/usr/bin/env python,${LOCALBASE}/bin/python${MODPY_VERSION},' \
${WRKSRC}/gtk/gtk-builder-convert
# XXX Needed to be able to use our own make(1) instead of gmake (which
# errors out with "write error" due to the effects of userland threads
# that changes i/o operations to non-blocking). This breaks man pages
# and introspection support (both are disabled in CONFIGURE_ARGS).
find ${WRKBUILD} -name Makefile.in | \
xargs perl -pi.bak -e 's,^-include.*,,g'
.include <bsd.port.mk>