aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2006-09-04 12:26:16 +0800
committeroliver <oliver@FreeBSD.org>2006-09-04 12:26:16 +0800
commit5396b61a31244d01c61c00118d50596e5bff6061 (patch)
tree09a3cbe6b5e360527feea53c42ee9dce18e36bee /graphics
parente69744fd948e0cf3829c48ca8358c05f82ed5446 (diff)
downloadfreebsd-ports-graphics-5396b61a31244d01c61c00118d50596e5bff6061.tar.gz
freebsd-ports-graphics-5396b61a31244d01c61c00118d50596e5bff6061.tar.zst
freebsd-ports-graphics-5396b61a31244d01c61c00118d50596e5bff6061.zip
Respect CFLAGS
Change INSTALLS_SHLIB to USE_LDCONFIG PR: 102772 Submitted by: Soeren Straarup <xride@x12.dk>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sage/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile
index eb556ccfa90..06d4319b1af 100644
--- a/graphics/sage/Makefile
+++ b/graphics/sage/Makefile
@@ -18,12 +18,12 @@ COMMENT= OpenGL extension library
USE_SDL= sdl
USE_GL= yes
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_GNOME= gnomehack
CONFIGURE_ARGS= --program-transform-name=
MAN3= sage.3 sage_init.3
-CFLAGS= -I${X11BASE}/include
+CFLAGS+= -I${X11BASE}/include
CONFIGURE_ENV= "CFLAGS=${CFLAGS}"
post-patch: