diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-15 06:31:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-15 06:31:11 +0800 |
commit | 54ef67fba566c58de50021d2a13789c010cea8b0 (patch) | |
tree | a0149ccd330a7844bf5c4d7084c883a819d07dce /x11 | |
parent | a4f08601672b6eb1dc77f09a8ea3f45e17867886 (diff) | |
download | freebsd-ports-gnome-54ef67fba566c58de50021d2a13789c010cea8b0.tar.gz freebsd-ports-gnome-54ef67fba566c58de50021d2a13789c010cea8b0.tar.zst freebsd-ports-gnome-54ef67fba566c58de50021d2a13789c010cea8b0.zip |
- Fix build when MESAGL enabled is
Submitted by: Mamoru Iwaki <iwaki@eng.niigata-u.ac.jp> (via ports@ ml)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 1d962310ec69..598c64202bad 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -7,7 +7,7 @@ PORTNAME= xlockmore PORTVERSION= 5.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= x11 MASTER_SITES= ftp://ibiblio.org/pub/Linux/X11/screensavers/ @@ -58,6 +58,7 @@ OPTIONS=MESAGL "Enable Mesa 3D (for GL modes)" off \ CONFIGURE_ARGS+= --with-mesa MESALIB=${PTHREAD_LIBS} USE_GL= yes +CFLAGS+= -I${LOCALBASE}/include/FTGL .else CONFIGURE_ARGS+= --without-mesa --without-opengl .endif |