aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2012-11-04 08:14:05 +0800
committerohauer <ohauer@FreeBSD.org>2012-11-04 08:14:05 +0800
commit484c10cae9f8b16a4a07b1e24f75f92aa7798287 (patch)
treeae7038b51d58d36b4dc51603db5a652ec7b6186c
parentc72d63dadfcce81b31251b0e8d3497616a36bc05 (diff)
downloadfreebsd-ports-gnome-484c10cae9f8b16a4a07b1e24f75f92aa7798287.tar.gz
freebsd-ports-gnome-484c10cae9f8b16a4a07b1e24f75f92aa7798287.tar.zst
freebsd-ports-gnome-484c10cae9f8b16a4a07b1e24f75f92aa7798287.zip
- fix serf.pc by removing wrong Requires.private statement
No version bump needed, the issue was detected in a special openoffice-3-devel build Noted by: Maho NAKATA <maho@apache.org> on the apache@ list Feature safe: yes
-rw-r--r--www/serf/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/serf/Makefile b/www/serf/Makefile
index 3d4f666b03ab..f708ce999b9d 100644
--- a/www/serf/Makefile
+++ b/www/serf/Makefile
@@ -23,6 +23,9 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-1-config \
--with-apr-util=${LOCALBASE}/bin/apu-1-config
+post-patch:
+ ${REINPLACE_CMD} -e '/^Requires.private/d' ${WRKSRC}/serf.pc.in
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}