diff options
author | vs <vs@FreeBSD.org> | 2007-06-17 15:44:48 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2007-06-17 15:44:48 +0800 |
commit | 072b65c0686a7894fdfcefc491b16a257e1d1752 (patch) | |
tree | 1386f01b2327d65e8c807d08fbf7548aad90c70d /games/csmash | |
parent | b362acf9bd9a65c5ab23dc5d199b574b12df6614 (diff) | |
download | freebsd-ports-gnome-072b65c0686a7894fdfcefc491b16a257e1d1752.tar.gz freebsd-ports-gnome-072b65c0686a7894fdfcefc491b16a257e1d1752.tar.zst freebsd-ports-gnome-072b65c0686a7894fdfcefc491b16a257e1d1752.zip |
Unbreak by adding path to SDL includes to CPPFLAGS.
Diffstat (limited to 'games/csmash')
-rw-r--r-- | games/csmash/Makefile | 4 |
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: |