diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-07 15:32:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-07 15:32:56 +0000 |
commit | 550515390e78bf1a36de0bee721daa06ad47ec00 (patch) | |
tree | 3ff394ee4f65583f5b6f9fe9b62ce77ac2920fa3 /graphics | |
parent | 70c904ed9ea00f8565a7a85a3d4fd9611aba43ed (diff) | |
download | pkgsrc-550515390e78bf1a36de0bee721daa06ad47ec00.tar.gz |
Fix typo in variable name.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tuxpaint/distinfo | 4 | ||||
-rw-r--r-- | graphics/tuxpaint/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tuxpaint/distinfo b/graphics/tuxpaint/distinfo index f547597c5c3..63b0b900f8c 100644 --- a/graphics/tuxpaint/distinfo +++ b/graphics/tuxpaint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2004/10/07 14:52:57 wiz Exp $ +$NetBSD: distinfo,v 1.13 2004/10/07 15:32:56 wiz Exp $ SHA1 (tuxpaint-0.9.14.tar.gz) = d899f15ae348413b85e5d0cacf971db2c604b036 Size (tuxpaint-0.9.14.tar.gz) = 3208894 bytes -SHA1 (patch-aa) = 6b2474c9c1564d563f868add51093b3f4fd84305 +SHA1 (patch-aa) = d73f3d2d37eb426de525f32e7a226b28e9a9232f diff --git a/graphics/tuxpaint/patches/patch-aa b/graphics/tuxpaint/patches/patch-aa index b1b51f6a76f..038347667f1 100644 --- a/graphics/tuxpaint/patches/patch-aa +++ b/graphics/tuxpaint/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.8 2004/10/07 14:52:57 wiz Exp $ +$NetBSD: patch-aa,v 1.9 2004/10/07 15:32:57 wiz Exp $ --- Makefile.orig 2004-10-04 00:32:26.000000000 +0200 +++ Makefile @@ -69,7 +69,7 @@ $NetBSD: patch-aa,v 1.8 2004/10/07 14:52:57 wiz Exp $ @echo @echo "...Linking Tux Paint..." - @$(CC) $(CFLAGS) $(SDL_CFLAGS) $(DEFS) \ -+ @$(CC) $(CFLAGS) $(LD_FLAGS) $(SDL_CFLAGS) $(DEFS) \ ++ @$(CC) $(CFLAGS) $(LDFLAGS) $(SDL_CFLAGS) $(DEFS) \ -o tuxpaint obj/tuxpaint.o $(HQXX_O) \ $(ARCH_LIBS) $(SDL_LIBS) \ -lm $(ARCH_LINKS) |