diff options
author | darcy <darcy@pkgsrc.org> | 2006-08-09 17:13:58 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2006-08-09 17:13:58 +0000 |
commit | d73d8f89cc70d8ac5b0ec0891f2c13757b43dd0a (patch) | |
tree | ede75fda217a01afde87358e36cb338e7947f269 /graphics/xart/Makefile | |
parent | 438d2d9c25fb7555b2f2589a68f13be74d850d6d (diff) | |
download | pkgsrc-d73d8f89cc70d8ac5b0ec0891f2c13757b43dd0a.tar.gz |
Fix include file so that it doesn't conflict with code. Variable 'nib' that
was declared external is only used in one place and is declared static in
that file (quill0p.c).
Diffstat (limited to 'graphics/xart/Makefile')
-rw-r--r-- | graphics/xart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile index 9a502633171..89aac710a3e 100644 --- a/graphics/xart/Makefile +++ b/graphics/xart/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.40 2006/04/19 17:04:31 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2006/08/09 17:13:58 darcy Exp $ # DISTNAME= xart19980415 PKGNAME= xart-19980415 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= graphics x11 MASTER_SITES= http://linux01.gwdg.de/~rhohen/linux/ EXTRACT_SUFX= .tgz |