svn commit: r356962 - head/net/netatalk

Joe Marcus Clarke marcus at FreeBSD.org
Sun Jun 8 00:05:50 UTC 2014


Author: marcus
Date: Sun Jun  8 00:05:49 2014
New Revision: 356962
URL: http://svnweb.freebsd.org/changeset/ports/356962
QAT: https://qat.redports.org/buildarchive/r356962/

Log:
  Add -D_IPP_PRIVATE_STRUCTURES to CPPFLAGS to fix the build with CUPS.
  
  PR:		189538
  Obtained from:	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713558

Modified:
  head/net/netatalk/Makefile

Modified: head/net/netatalk/Makefile
==============================================================================
--- head/net/netatalk/Makefile	Sat Jun  7 23:55:00 2014	(r356961)
+++ head/net/netatalk/Makefile	Sun Jun  8 00:05:49 2014	(r356962)
@@ -17,6 +17,7 @@ USE_BDB=	46+
 USE_BZIP2=	yes
 USES=		iconv gmake perl5
 GNU_CONFIGURE=	yes
+CPPFLAGS+=	-D_IPP_PRIVATE_STRUCTURES
 USE_RC_SUBR=	netatalk
 
 CONFIGURE_ARGS+=	--with-tcp-wrappers \


More information about the svn-ports-head mailing list