From fd2e599228dfaf4ea915268ecbab5a7bf6a2d66c Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 6 Jun 1999 15:53:09 +0000 Subject: [PATCH] Add (back) the path to giflib's header files in CPPFLAGS. --- graphics/imlib/Makefile | 4 ++-- graphics/imlib2-tmp/Makefile | 4 ++-- graphics/imlib2/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index de66692e60fc..aff026238ad7 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.49 1999/05/27 21:52:21 jkh Exp $ +# $Id: Makefile,v 1.50 1999/05/29 04:01:42 steve Exp $ # DISTNAME= imlib-1.9.4 @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile index de66692e60fc..aff026238ad7 100644 --- a/graphics/imlib2-tmp/Makefile +++ b/graphics/imlib2-tmp/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.49 1999/05/27 21:52:21 jkh Exp $ +# $Id: Makefile,v 1.50 1999/05/29 04:01:42 steve Exp $ # DISTNAME= imlib-1.9.4 @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index de66692e60fc..aff026238ad7 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.49 1999/05/27 21:52:21 jkh Exp $ +# $Id: Makefile,v 1.50 1999/05/29 04:01:42 steve Exp $ # DISTNAME= imlib-1.9.4 @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib"