svn commit: r314135 - head/devel/libopensync
Koop Mast
kwm at FreeBSD.org
Thu Mar 14 07:12:05 UTC 2013
Author: kwm
Date: Thu Mar 14 07:12:04 2013
New Revision: 314135
URL: http://svnweb.freebsd.org/changeset/ports/314135
Log:
Fix build with glib 2.34.
Submitted by: miwi
Modified:
head/devel/libopensync/Makefile
Modified: head/devel/libopensync/Makefile
==============================================================================
--- head/devel/libopensync/Makefile Thu Mar 14 07:05:55 2013 (r314134)
+++ head/devel/libopensync/Makefile Thu Mar 14 07:12:04 2013 (r314135)
@@ -43,6 +43,8 @@ post-patch:
-e "/FIND_PACKAGE( Check )/d" ${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} -e "s|/usr/local/share/swig1.3|${SWIG_DATADIR}/${SWIG_VER}|g" \
${WRKSRC}/cmake/modules/FindSWIG.cmake
+ @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
+ ${WRKSRC}/opensync/common/opensync_list.c
post-install:
.if ${PORT_OPTIONS:MDOCS}
More information about the svn-ports-head
mailing list