svn commit: r317991 - head/textproc/wv2
Dima Panov
fluffy at FreeBSD.org
Mon May 13 02:28:40 UTC 2013
Author: fluffy
Date: Mon May 13 02:28:40 2013
New Revision: 317991
URL: http://svnweb.freebsd.org/changeset/ports/317991
Log:
- Fix build after recent libgsf update
Submitted by: pointyhat via itetcu
Modified:
head/textproc/wv2/Makefile
Modified: head/textproc/wv2/Makefile
==============================================================================
--- head/textproc/wv2/Makefile Mon May 13 02:27:56 2013 (r317990)
+++ head/textproc/wv2/Makefile Mon May 13 02:28:40 2013 (r317991)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wv2
-# Date created: Do 28 Aug 2003 15:50:37 CEST
-# Whom: lofi at freebsd.org
-#
+# Created by: lofi at freebsd.org
# $FreeBSD$
-#
PORTNAME= wv2
PORTVERSION= 0.4.2
@@ -20,6 +16,9 @@ USES= cmake iconv
USE_LDCONFIG= yes
post-patch:
+ @${REINPLACE_CMD} -e 's|LIBGSF_INCLUDE_DIR|PC_LIBGSF_INCLUDE_DIRS|g' \
+ -e 's|LIBGSF_LIBRARIES|PC_LIBGSF_LIBRARIES|g' \
+ ${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} -e 's|glib/giochannel.h|glib.h|g' \
${WRKSRC}/src/olestream.h
More information about the svn-ports-head
mailing list