From 19167337b07657cefec9414e8fe4400ee09a4af6 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 12 Nov 2001 10:20:40 +0000 Subject: Fix a breakage resulted from path to gdk-pixbuf's includes being hardcoded. Reported by: Mike Harding Anders Andersson --- games/gnome-games/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games/gnome-games') diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 7aed19e..cbee967 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -23,7 +23,8 @@ USE_GMAKE= yes USE_GNOME= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ + `gdk-pixbuf-config --cflags`" \ LIBS="-L${LOCALBASE}/lib" \ MSGFMT=${LOCALBASE}/bin/msgfmt-new \ XGETTEXT=${LOCALBASE}/bin/xgettext-new -- cgit v1.1