diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-24 01:06:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-24 01:06:20 +0000 |
commit | 0b4bde3ea4a27f65a7565dc07ef03c913aa0889d (patch) | |
tree | ec38cc280c4b441b867ee89e1ae35a03b27bc3ca /graphics/vid/patches | |
parent | 363b12ba06ad65cd026a2a586bb94109a9103e4c (diff) | |
download | pkgsrc-0b4bde3ea4a27f65a7565dc07ef03c913aa0889d.tar.gz |
Convert to bl3, and link against libnetpbm, since that's the only
library that seems to be provided by the netpbm package.
Diffstat (limited to 'graphics/vid/patches')
-rw-r--r-- | graphics/vid/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/vid/patches/patch-aa b/graphics/vid/patches/patch-aa index c6aedf32905..51837affd49 100644 --- a/graphics/vid/patches/patch-aa +++ b/graphics/vid/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/02/18 03:06:16 wulf Exp $ +$NetBSD: patch-aa,v 1.2 2004/04/24 01:06:20 wiz Exp $ ---- Makefile.orig Mon May 8 00:59:03 2000 +--- Makefile.orig Mon May 8 06:59:03 2000 +++ Makefile @@ -5,13 +5,12 @@ VERSION = 1.0.1 @@ -8,7 +8,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/02/18 03:06:16 wulf Exp $ CFLAGS = -O -CPPFLAGS = -I/usr/local/include -LIBS = -L/usr/local/lib -lpnm -+LIBS = -lpnm -lpbm -lpgm -lppm ++LIBS = -lnetpbm default: vid |