diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-21 04:26:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-21 04:26:01 +0000 |
commit | af0561449103d2bf786c34130d5da982da9c81b3 (patch) | |
tree | 5cca5e302e9e99871ae1948bf4d5d1e68927f7f3 /graphics/imlib2 | |
parent | 40aa5acc238ded363fef2bfbe5ec4d95766d75a5 (diff) |
Notes
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 4 |
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> |