diff options
author | fluffy <fluffy@FreeBSD.org> | 2013-05-13 10:28:40 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2013-05-13 10:28:40 +0800 |
commit | 9f16d30efd17bab3e67741d227a8158698bff067 (patch) | |
tree | 06cbd4e39a0cbc0f799533ef72ce90f4a949bbe4 /textproc | |
parent | fa6e7c8085b6b5c2c2fdafea8da3040e015807c3 (diff) | |
download | freebsd-ports-gnome-9f16d30efd17bab3e67741d227a8158698bff067.tar.gz freebsd-ports-gnome-9f16d30efd17bab3e67741d227a8158698bff067.tar.zst freebsd-ports-gnome-9f16d30efd17bab3e67741d227a8158698bff067.zip |
- Fix build after recent libgsf update
Submitted by: pointyhat via itetcu
Diffstat (limited to 'textproc')
-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 |