diff options
author | vs <vs@FreeBSD.org> | 2004-03-11 23:02:53 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-03-11 23:02:53 +0800 |
commit | 207bba47bcc4e7f4f2fffc23d247381d5086ebc7 (patch) | |
tree | 042a5288f15f9db8e4f5a1960dd30f167e67d474 | |
parent | afc3dff8490a208228fb216a19235831b740ee9a (diff) | |
download | freebsd-ports-gnome-207bba47bcc4e7f4f2fffc23d247381d5086ebc7.tar.gz freebsd-ports-gnome-207bba47bcc4e7f4f2fffc23d247381d5086ebc7.tar.zst freebsd-ports-gnome-207bba47bcc4e7f4f2fffc23d247381d5086ebc7.zip |
Fix build on -CURRENT.
PR: ports/62143 (suggested by Brandon S Allbery)
Approved by: linimon (mentor)
-rw-r--r-- | x11-servers/driglide/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-servers/driglide/Makefile b/x11-servers/driglide/Makefile index 5ba6cc3abb04..0260a4121100 100644 --- a/x11-servers/driglide/Makefile +++ b/x11-servers/driglide/Makefile @@ -7,7 +7,7 @@ PORTNAME= driglide PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= anholt/driglide/ @@ -23,19 +23,14 @@ USE_LIBTOOL= yes USE_AUTOMAKE_VER= 14 AUTOMAKE_ARGS= -a USE_GMAKE= yes +MAKE_ARGS= PREPROCESSOR=/usr/bin/cpp # Not yet ported to Alpha. ONLY_FOR_ARCHS= i386 # Glide DOES NOT work with CFLAGS greater than -O2 CFLAGS+= -O -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 -BROKEN= "Does not compile" -.endif - post-extract: cd $(WRKSRC) && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal -.include <bsd.port.post.mk> +.include <bsd.port.mk> |