20049eb7c6
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)
11 lines
340 B
Text
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"
|