aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-03-08 11:26:56 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-03-08 11:26:56 +0000
commit176b759feeea0bafdab45c2d481ff6bd519b1531 (patch)
treeee1148fd67f3ff916d6dc7161faf62065975c878 /graphics
parentefdd839e1ea1915249c70447dee839224e2a4689 (diff)
downloadports-176b759feeea0bafdab45c2d481ff6bd519b1531.tar.gz
ports-176b759feeea0bafdab45c2d481ff6bd519b1531.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/imlib2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile
index cdfa05bce49c..9b15ec57ca86 100644
--- a/graphics/imlib2/Makefile
+++ b/graphics/imlib2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= imlib2
PORTVERSION= 1.2.0
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= enlightenment
@@ -38,4 +38,8 @@ INSTALLS_SHLIB= yes
CONFIGURE_ARGS+= --enable-mmx
.endif
+post-patch:
+ @${REINPLACE_CMD} -e \
+ 's|lround|(long int)rint|g' ${WRKSRC}/src/lib/color_helpers.c
+
.include <bsd.port.post.mk>