From 8daa2cf5e54a69aa1c1aa56ee5905a234c83d169 Mon Sep 17 00:00:00 2001 From: jtb Date: Tue, 1 May 2001 22:37:13 +0000 Subject: Use --with-opengl=${X11BASE} in CONFIGURE_ENV. --- graphics/geomview/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'graphics') diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 958f6112059..722a7a34af6 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/04/28 23:59:18 jtb Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/01 22:37:13 jtb Exp $ DISTNAME= geomview-1.8.1 CATEGORIES= graphics math @@ -14,10 +14,9 @@ GNU_CONFIGURE= YES USE_X11= YES USE_MOTIF= YES USE_MESA= YES -EVAL_PREFIX+= MESA_PREFIX=Mesa CONFIGURE_ARGS+= --without-xforms -CONFIGURE_ARGS+= --with-opengl=${MESA_PREFIX} +CONFIGURE_ARGS+= --with-opengl=${X11BASE} CONFIGURE_ARGS+= --with-motif=${MOTIFBASE} CONFIGURE_ENV+= CPPFLAGS="-Dunix -Dalloca=__builtin_alloca" -- cgit v1.2.3