diff options
-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> |