Move CPPFLAGS and LDFLAGS settings from ../gdk-pixbuf/Makefile.common to
here. These may not be needed, but we'll keep them here till we can be sure one way or the other.
This commit is contained in:
parent
a893700685
commit
d2dc7915ee
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2001/03/18 04:33:55 mjl Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2001/06/15 08:29:37 jlam Exp $
|
||||
|
||||
.include "../gdk-pixbuf/Makefile.common"
|
||||
|
||||
|
@ -11,6 +11,9 @@ DEPENDS+= gdk-pixbuf>=0.10.1:../../graphics/gdk-pixbuf
|
|||
|
||||
CONFLICTS+= gdk-pixbuf<0.10.1
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/gdk-pixbuf/gnome-canvas-pixbuf.h \
|
||||
${PREFIX}/include/gdk-pixbuf
|
||||
|
|
Loading…
Reference in a new issue