From af04d0922699bffcb5d4a2899f97cd557f511acd Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 17 Mar 2008 18:01:52 +0000 Subject: 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 --- games/flightgear/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/flightgear') 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" -- cgit v1.2.3