diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2013-05-13 02:28:40 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2013-05-13 02:28:40 +0000 |
commit | b3408516d5e0e4580aa574e991edba3e4185731f (patch) | |
tree | 06cbd4e39a0cbc0f799533ef72ce90f4a949bbe4 /textproc/wv2 | |
parent | 7c36b351f382a08a446921a612508447209406f4 (diff) | |
download | ports-b3408516d5e0e4580aa574e991edba3e4185731f.tar.gz ports-b3408516d5e0e4580aa574e991edba3e4185731f.zip |
- Fix build after recent libgsf update
Submitted by: pointyhat via itetcu
Notes
Notes:
svn path=/head/; revision=317991
Diffstat (limited to 'textproc/wv2')
-rw-r--r-- | textproc/wv2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile index 7e1478b96fc0..016b051cab3c 100644 --- a/textproc/wv2/Makefile +++ b/textproc/wv2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wv2 -# Date created: Do 28 Aug 2003 15:50:37 CEST -# Whom: lofi@freebsd.org -# +# Created by: lofi@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 |