summaryrefslogtreecommitdiff
path: root/print/xpp
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2016-10-02 13:34:50 +0000
committerbouyer <bouyer@pkgsrc.org>2016-10-02 13:34:50 +0000
commit1c0bdbfd4d82661a2d6c149b241a984261dfab58 (patch)
treee7053ea0783c010db94319d7936f8f8611b76cdb /print/xpp
parent5be1b9806f0ea52f620a7b95af6cad2fae638828 (diff)
downloadpkgsrc-1c0bdbfd4d82661a2d6c149b241a984261dfab58.tar.gz
Add -D_IPP_PRIVATE_STRUCTURES to CFLAGS and switch to cups 2.x.
Bump PKGREVISION
Diffstat (limited to 'print/xpp')
-rw-r--r--print/xpp/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
index 93043689796..2cf4c5907f4 100644
--- a/print/xpp/Makefile
+++ b/print/xpp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2016/03/05 11:29:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.54 2016/10/02 13:34:50 bouyer Exp $
DISTNAME= xpp-1.5
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= print x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups/}
@@ -13,6 +13,8 @@ USE_TOOLS+= gmake
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
+CFLAGS+= -D_IPP_PRIVATE_STRUCTURES
+
DOCDIR= ${PREFIX}/share/doc/xpp
INSTALLATION_DIRS+= ${DOCDIR}
@@ -20,6 +22,6 @@ INSTALLATION_DIRS+= ${DOCDIR}
post-install:
cd ${WRKSRC} && ${INSTALL_DATA} LICENSE README ${DESTDIR}${DOCDIR}
-.include "../../print/cups15/buildlink3.mk"
+.include "../../print/cups/buildlink3.mk"
.include "../../x11/fltk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"