diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /graphics/xrml/files/patch-Config.site | |
parent | Update to version 2.2.6 (diff) |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Diffstat (limited to 'graphics/xrml/files/patch-Config.site')
-rw-r--r-- | graphics/xrml/files/patch-Config.site | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xrml/files/patch-Config.site b/graphics/xrml/files/patch-Config.site index 9c1cd76a67a7..bdde6e7a9aef 100644 --- a/graphics/xrml/files/patch-Config.site +++ b/graphics/xrml/files/patch-Config.site @@ -42,8 +42,8 @@ # and /usr/lib normally on recent Linux systems -DRIVERFLAGS = -I/usr/include $(HWFLAGS) -DRIVERLIBS = -L/usr/lib -lGLU -lGL -+DRIVERFLAGS = -I${X11BASE}/include $(HWFLAGS) -+DRIVERLIBS = -L${X11BASE}/lib -lGLU -lGL ++DRIVERFLAGS = -I${LOCALBASE}/include $(HWFLAGS) ++DRIVERLIBS = -L${LOCALBASE}/lib -lGLU -lGL # Mesa (free OpenGL-like library: www.mesa3d.org) # On recent systems, 'MesaGL' is installed as 'GL' and 'MesaGLU' as 'GLU' and @@ -52,13 +52,13 @@ # X window system flags and files: -X11HOME = /usr/X11R6 -+X11HOME = ${X11BASE} ++X11HOME = ${LOCALBASE} XINCLUDES = -I$(X11HOME)/include XLIBS = -L$(X11HOME)/lib -lXt -lXmu -lX11 $(CCMALLOCLIB) # CCMALLOCLIB = -lccmalloc -ldl -# MOTIFHOME = /usr/X11R6 -+MOTIFHOME = ${X11BASE} ++MOTIFHOME = ${LOCALBASE} # lesstif: -MOTIFHOME = /usr/X11R6/LessTif/Motif1.2 +#MOTIFHOME = /usr/X11R6/LessTif/Motif1.2 |