diff options
author | jtb <jtb> | 2001-05-01 22:37:13 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-05-01 22:37:13 +0000 |
commit | 8daa2cf5e54a69aa1c1aa56ee5905a234c83d169 (patch) | |
tree | 8879ef314913fb175c35ae5dff192bff2989c030 /graphics | |
parent | cf76513527c1d0120563b55ded8bffee04b84ba0 (diff) | |
download | pkgsrc-8daa2cf5e54a69aa1c1aa56ee5905a234c83d169.tar.gz |
Use --with-opengl=${X11BASE} in CONFIGURE_ENV.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geomview/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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" |