diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-06-21 12:26:01 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-06-21 12:26:01 +0800 |
commit | 81f92a7a349bdffb909fbfbc9977a9dba257c358 (patch) | |
tree | 582f4ad4792e3439eb630a5b67d8531cb1d855fe /graphics | |
parent | 9d1f6423bfb852d680b34c57fa4d5d046e684790 (diff) | |
download | freebsd-ports-gnome-81f92a7a349bdffb909fbfbc9977a9dba257c358.tar.gz freebsd-ports-gnome-81f92a7a349bdffb909fbfbc9977a9dba257c358.tar.zst freebsd-ports-gnome-81f92a7a349bdffb909fbfbc9977a9dba257c358.zip |
Fix building on 4.x.
Submitted by: lofi@
Diffstat (limited to 'graphics')
-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> |