diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-06-08 00:05:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-06-08 00:05:49 +0000 |
commit | e0c764a8e4f8d1697fec96be3d57891280468285 (patch) | |
tree | a7386682cae1e7595c16cf0f3de3c1fcf528b4b0 | |
parent | 97e783db05be5a77507bbd2f272bfdfc971d657c (diff) | |
download | freebsd-ports-e0c764a8e4f8d1697fec96be3d57891280468285.zip |
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
-rw-r--r-- | net/netatalk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index eac2cb5d1d94..8ec419ca75de 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -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 \ |