diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2000-02-10 17:32:32 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2000-02-10 17:32:32 +0800 |
commit | 0a6246ede95d087321e1296ce18273d2691028f9 (patch) | |
tree | 4311aef638fb936585fb94491357e425e14afe6b /graphics | |
parent | 799990bad200409f487271bb79995e7fc60c6828 (diff) | |
download | freebsd-ports-gnome-0a6246ede95d087321e1296ce18273d2691028f9.tar.gz freebsd-ports-gnome-0a6246ede95d087321e1296ce18273d2691028f9.tar.zst freebsd-ports-gnome-0a6246ede95d087321e1296ce18273d2691028f9.zip |
Upgrade to v1.17.
Diffstat (limited to 'graphics')
-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 = |