From cea36a20d9e3a5d47aa1d606bae4a5f666d90324 Mon Sep 17 00:00:00 2001 From: obecian Date: Sun, 22 Apr 2001 23:53:22 +0000 Subject: [PATCH] fix build permissions for unprivileged build, no longer concurrent naddy@ ok --- graphics/dia/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index ba7572456d4..0cd144b0163 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2001/04/07 07:58:42 obecian Exp $ +# $OpenBSD: Makefile,v 1.7 2001/04/22 23:53:22 obecian Exp $ COMMENT= visio-like technical drawing @@ -24,7 +24,6 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -SEPARATE_BUILD= concurrent USE_GMAKE= Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= ${CONFIGURE_SHARED} @@ -32,7 +31,4 @@ CONFIGURE_ARGS+= --enable-static --disable-gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -pre-build: - @chmod -R ugo-w ${WRKSRC} - .include