diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-14 07:12:04 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-14 07:12:04 +0000 |
commit | 70472c884d2760ba28f199baa4d3f34704e26167 (patch) | |
tree | df5f3aabcabc4527660d2c9be89967baf7dc55b1 /devel/libopensync | |
parent | 2225b5e692d81fe63c17d1f528ba681dc107851c (diff) |
Notes
Diffstat (limited to 'devel/libopensync')
-rw-r--r-- | devel/libopensync/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libopensync/Makefile b/devel/libopensync/Makefile index 7c2ff1ab2a8d..ba14704799f4 100644 --- a/devel/libopensync/Makefile +++ b/devel/libopensync/Makefile @@ -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} |