aboutsummaryrefslogtreecommitdiff
path: root/graphics/imlib2
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-06-21 04:26:01 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-06-21 04:26:01 +0000
commitaf0561449103d2bf786c34130d5da982da9c81b3 (patch)
tree5cca5e302e9e99871ae1948bf4d5d1e68927f7f3 /graphics/imlib2
parent40aa5acc238ded363fef2bfbe5ec4d95766d75a5 (diff)
Notes
Diffstat (limited to 'graphics/imlib2')
-rw-r--r--graphics/imlib2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile
index 06b5631603d6..d07058ff1eec 100644
--- a/graphics/imlib2/Makefile
+++ b/graphics/imlib2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= imlib2
PORTVERSION= 1.2.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://enlightenment.freedesktop.org/files/
@@ -39,6 +39,6 @@ CONFIGURE_ARGS+= --enable-mmx
post-patch:
@${REINPLACE_CMD} -e \
- 's|lround|(long int)rint|g' ${WRKSRC}/src/lib/color_helpers.c
+ 's|round|rint|g' ${WRKSRC}/src/lib/color_helpers.c
.include <bsd.port.post.mk>