diff options
Diffstat (limited to 'graphics/glide3/files/patch-make-3dfx_mak')
-rw-r--r-- | graphics/glide3/files/patch-make-3dfx_mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/glide3/files/patch-make-3dfx_mak b/graphics/glide3/files/patch-make-3dfx_mak index 272aabf0b999..02d615f19bd9 100644 --- a/graphics/glide3/files/patch-make-3dfx_mak +++ b/graphics/glide3/files/patch-make-3dfx_mak @@ -5,7 +5,7 @@ ifeq "$(OS)" "FreeBSD" -GCINCS = -I. -I$(BUILD_ROOT_SWLIBS)/include -I$(BUILD_ROOT_HW)/include -I/usr/X11R6/include -+GCINCS = -I. -I$(BUILD_ROOT_SWLIBS)/include -I$(BUILD_ROOT_HW)/include -I$(X11BASE)/include ++GCINCS = -I. -I$(BUILD_ROOT_SWLIBS)/include -I$(BUILD_ROOT_HW)/include -I$(LOCALBASE)/include GCOPTS = -Wall -# -# BIG_OPT Indicates O3(?) or better is being used. It changes the |