aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/liblug
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-08-27 03:10:45 +0800
committerdinoex <dinoex@FreeBSD.org>2010-08-27 03:10:45 +0800
commit6a63efcb1efb7552a53f02779160d2f83eac96ac (patch)
tree95c52f457fa91ee5edc268e7479a4f7cc1517b04 /graphics/liblug
parent9658b3b2693291e0fe11d76ded45d2263df550f4 (diff)
downloadfreebsd-ports-gnome-6a63efcb1efb7552a53f02779160d2f83eac96ac.tar.gz
freebsd-ports-gnome-6a63efcb1efb7552a53f02779160d2f83eac96ac.tar.zst
freebsd-ports-gnome-6a63efcb1efb7552a53f02779160d2f83eac96ac.zip
- fix after tiff update to 4.0.0
PR: 149611
Diffstat (limited to 'graphics/liblug')
-rw-r--r--graphics/liblug/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/liblug/Makefile b/graphics/liblug/Makefile
index 430e8010547d..08b075df8117 100644
--- a/graphics/liblug/Makefile
+++ b/graphics/liblug/Makefile
@@ -7,7 +7,7 @@
PORTNAME= liblug
PORTVERSION= 1.0.6
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/graphics
@@ -24,4 +24,8 @@ WRKSRC= ${WRKDIR}/lug
MAKEFILE= Makefile.linux
USE_LDCONFIG= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|-DiTIFF|-DiTIFF -DTIFF_VERSION=42|' \
+ ${WRKSRC}/Makefile.linux
+
.include <bsd.port.mk>