diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-02-10 09:32:32 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-02-10 09:32:32 +0000 |
commit | 341850b87a9e0970a46875df4af60b0685b5ef5a (patch) | |
tree | 05dfdba39d426415c9af72ab2ed0809974f74325 | |
parent | Add two patch files forgotten in the previous commit, and clean up (diff) |
Upgrade to v1.17.
Notes
Notes:
svn path=/head/; revision=25641
-rw-r--r-- | graphics/xli/distinfo | 3 | ||||
-rw-r--r-- | graphics/xli/files/patch-aa | 19 |
2 files changed, 12 insertions, 10 deletions
diff --git a/graphics/xli/distinfo b/graphics/xli/distinfo index 944447d491e1..6a6300d16ef4 100644 --- a/graphics/xli/distinfo +++ b/graphics/xli/distinfo @@ -1,2 +1 @@ -MD5 (xli.1.16.tar.gz) = 96af602a442e7fe670aea38c02a42670 -MD5 (xli-png.tar.gz) = c03ad6fa3b69003e9515df0a1d2b730b +MD5 (xli-1.17.0.tar.gz) = 996d8cd0b2be2071332412c6802852e6 diff --git a/graphics/xli/files/patch-aa b/graphics/xli/files/patch-aa index d170886c1c07..36b69c7956a6 100644 --- a/graphics/xli/files/patch-aa +++ b/graphics/xli/files/patch-aa @@ -1,10 +1,13 @@ ---- ./xli.h.org Thu Jul 28 18:13:28 1994 -+++ ./xli.h Wed Nov 23 21:03:24 1994 -@@ -288,6 +288,7 @@ +--- Imakefile-- Wed Feb 9 09:23:32 2000 ++++ Imakefile Thu Feb 10 18:38:21 2000 +@@ -12,8 +12,8 @@ + CCOPTIONS = -Aa -D_HPUX_SOURCE + #endif - void flipBits(); /* value.c */ +-JPEG_INCLUDES = +-JPEG_LDFLAGS = ++JPEG_INCLUDES = -I/usr/local/include ++JPEG_LDFLAGS = -L/usr/local/lib -+#define zopen zzopen /* to avoid conflict with zopen in stdio.h */ - ZFILE *zopen(); /* zio.c */ - int zread(); - void zunread(); + PNG_INCLUDES = + PNG_LDFLAGS = |