freebsd-ports/security/razorback-officeCat/files/patch-common__m4_api__deps.m4
John Marino 20049eb7c6 security/razorback-officeCat: Chase json-c update (Unbreak)
This port is i386 only (due to dependency on wine, so the ONLY_FOR_ARCH
definition is actually unnecessary) so I can't test it.  It's also
unstaged.  However, the standard json-c patches apply, so just assume
that officeCat needs them.  If I'm wrong, the port will probably be
pruned in a week anyway.

Approved by:	portmgr (implicit, NO_STAGE)
2014-08-20 18:45:02 +00:00

11 lines
340 B
Text

--- common_m4/api_deps.m4.orig 2012-04-16 18:59:44 UTC
+++ common_m4/api_deps.m4
@@ -55,7 +55,7 @@ LIBS="$LIBCONFIG_LIBS $LIBS"
# [AC_MSG_ERROR("curl header file not found")]
# )
-PKG_CHECK_MODULES([JSON], [json >= 0.9])
+PKG_CHECK_MODULES([JSON], [json-c >= 0.9])
CFLAGS="$JSON_CFLAGS $CFLAGS"
LIBS="$JSON_LIBS $LIBS"