pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/xpp Add -D_IPP_PRIVATE_STRUCTURES to CFLAGS and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93641571b48d
branches:  trunk
changeset: 353299:93641571b48d
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Sun Oct 02 13:34:50 2016 +0000

description:
Add -D_IPP_PRIVATE_STRUCTURES to CFLAGS and switch to cups 2.x.
Bump PKGREVISION

diffstat:

 print/xpp/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 4c8477897d38 -r 93641571b48d print/xpp/Makefile
--- a/print/xpp/Makefile        Sun Oct 02 12:19:20 2016 +0000
+++ b/print/xpp/Makefile        Sun Oct 02 13:34:50 2016 +0000
@@ -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 @@
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
 
+CFLAGS+=       -D_IPP_PRIVATE_STRUCTURES
+
 DOCDIR=                ${PREFIX}/share/doc/xpp
 
 INSTALLATION_DIRS+=    ${DOCDIR}
@@ -20,6 +22,6 @@
 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"



Home | Main Index | Thread Index | Old Index