summaryrefslogtreecommitdiff
path: root/games/gltron/files/patch-ad
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-12-24 04:37:06 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-12-24 04:37:06 +0000
commit478425f9d07181a936c8d97f8a68aeaf4404b7aa (patch)
treea0f2ffa54ce4b91dda3d802d51fb995075b0fe2f /games/gltron/files/patch-ad
parentRemove files/patch-Makefile (diff)
Fix compiliation errors
PORTDOCS support was already added by someone else PR: 33128 Submitted by: tkato@prontomail.com
Notes
Notes: svn path=/head/; revision=52077
Diffstat (limited to 'games/gltron/files/patch-ad')
-rw-r--r--games/gltron/files/patch-ad6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gltron/files/patch-ad b/games/gltron/files/patch-ad
index 725c0c90fec6..2d5a41a186a8 100644
--- a/games/gltron/files/patch-ad
+++ b/games/gltron/files/patch-ad
@@ -8,7 +8,7 @@ $FreeBSD$
-LIBS='-L/usr/X11R6/lib'
-+LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
++LIBS="$LIBS $LDFLAGS"
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
@@ -17,7 +17,7 @@ $FreeBSD$
-CFLAGS=""
-+CFLAGS="$CFLAGS -I${X11BASE}/include -I${LOCALBASE}/include"
++CFLAGS="$CFLAGS $CPPFLAGS"
# Check whether --enable-warn or --disable-warn was given.
if test "${enable_warn+set}" = set; then
@@ -26,7 +26,7 @@ $FreeBSD$
if test "x$enable_optimize" ; then
- CFLAGS="$CFLAGS -O$enable_optimize"
-+# CFLAGS="$CFLAGS -O$enable_optimize"
++ CFLAGS="$CFLAGS"
fi
# Check whether --enable-network or --disable-network was given.