aboutsummaryrefslogtreecommitdiff
path: root/games/csmash
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2007-06-17 07:44:48 +0000
committerVolker Stolz <vs@FreeBSD.org>2007-06-17 07:44:48 +0000
commit733c9c6a00fd706f6b4ba8db7b7972a420b4c71d (patch)
tree120f2ce5c69341aba8d86fb96e0d059103a15fcf /games/csmash
parenta638ebe1f04e62d53b42e3a2cb94bfee67a55624 (diff)
downloadports-733c9c6a00fd706f6b4ba8db7b7972a420b4c71d.tar.gz
ports-733c9c6a00fd706f6b4ba8db7b7972a420b4c71d.zip
Unbreak by adding path to SDL includes to CPPFLAGS.
Notes
Notes: svn path=/head/; revision=193712
Diffstat (limited to 'games/csmash')
-rw-r--r--games/csmash/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/csmash/Makefile b/games/csmash/Makefile
index 7e59e24625ef..de5d74a3fb1b 100644
--- a/games/csmash/Makefile
+++ b/games/csmash/Makefile
@@ -16,14 +16,12 @@ MASTER_SITE_SUBDIR= cannonsmash
MAINTAINER= ports@FreeBSD.org
COMMENT= A 3D tabletennis game
-BROKEN= Configure fails
-
USE_SDL= image mixer sdl
USE_GL= yes
USE_GNOME= gnometarget gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/SDL" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch: