diff options
author | drochner <drochner@pkgsrc.org> | 2008-03-17 18:01:52 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-03-17 18:01:52 +0000 |
commit | b46fc42132602c98aadc3055fe0f7fd9ce81389c (patch) | |
tree | 8c7c22890d9152f6f4d223422b4b8aafb8adbe16 /games | |
parent | d714830e8d56bf6f0d015a3a3d64c4978785618c (diff) | |
download | pkgsrc-b46fc42132602c98aadc3055fe0f7fd9ce81389c.tar.gz |
wire the include file path instead of calling "sdl-config" -- the
latter causes a chicken-and-egg problem,
should fix an error reported by Joerg Sonnenberger to Yorick Hardy
Diffstat (limited to 'games')
-rw-r--r-- | games/flightgear/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 81cd3278491..565f07cd596 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/03/14 14:49:53 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2008/03/17 18:01:52 drochner Exp $ # DISTNAME= FlightGear-1.0.0 @@ -21,7 +21,7 @@ USE_LANGUAGES+= c c++ CONFIGURE_ARGS+= --with-threads CONFIGURE_ARGS+= --enable-sdl -CFLAGS!= sdl-config --cflags +CFLAGS+= -I${LOCALBASE}/include/SDL .include "../../audio/openal/buildlink3.mk" .include "../../audio/freealut/buildlink3.mk" |