diff options
author | netchild <netchild@FreeBSD.org> | 2003-12-08 21:28:18 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-12-08 21:28:18 +0800 |
commit | 1e0e6c8f58f8e37fa8fda5c268db41a93356d750 (patch) | |
tree | 0c1d7471015f9eb6f6487c49e588723af3ade1d1 /graphics/png/Makefile | |
parent | a8dc33d1ff894dab85460126f4c65a59d0937192 (diff) | |
download | freebsd-ports-gnome-1e0e6c8f58f8e37fa8fda5c268db41a93356d750.tar.gz freebsd-ports-gnome-1e0e6c8f58f8e37fa8fda5c268db41a93356d750.tar.zst freebsd-ports-gnome-1e0e6c8f58f8e37fa8fda5c268db41a93356d750.zip |
Add patch to allow advanced optimizations with icc (portrevision bumped).
This patch was tested with icc and gcc, the bugtracker ID @sf is:
http://sourceforge.net/tracker/index.php?func=detail&aid=854293&group_id=5624&atid=105624
Fix suggested by: Intel
Approved by: maintainer
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r-- | graphics/png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 8617921b12ff..45e99d658f9a 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -7,7 +7,7 @@ PORTNAME= png PORTVERSION= 1.2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.libpng.org/pub/png/src/ \ ftp://swrinde.nde.swri.edu/pub/png/src/ \ |