diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-24 20:53:40 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-24 20:53:40 +0000 |
commit | e0a18a6868c2fdd83cc02d7f095c660ae822ff63 (patch) | |
tree | ecd33c9832ad719e3cc3888421db2595836d4e76 /graphics | |
parent | Properly support png 1.5 (diff) |
Finish properly support png 1.5
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv/files/patch-Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xv/files/patch-Imakefile b/graphics/xv/files/patch-Imakefile index b7af2593dce0..dfdd490eb661 100644 --- a/graphics/xv/files/patch-Imakefile +++ b/graphics/xv/files/patch-Imakefile @@ -51,7 +51,7 @@ #endif +PNG = -DDOPNG -+PNGINC = -I${LOCALBASE}/include/libpng15 ++PNGINC = -I${LOCALBASE}/include +PNGLIB = -L${LOCALBASE}/lib -lpng + +JP2K = -DDOJP2K |