pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/tuxpaint Fix typo in variable name.
details: https://anonhg.NetBSD.org/pkgsrc/rev/72e1b4d7d8bf
branches: trunk
changeset: 481571:72e1b4d7d8bf
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Oct 07 15:32:56 2004 +0000
description:
Fix typo in variable name.
diffstat:
graphics/tuxpaint/distinfo | 4 ++--
graphics/tuxpaint/patches/patch-aa | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 88793b63ce7c -r 72e1b4d7d8bf graphics/tuxpaint/distinfo
--- a/graphics/tuxpaint/distinfo Thu Oct 07 15:27:20 2004 +0000
+++ b/graphics/tuxpaint/distinfo Thu Oct 07 15:32:56 2004 +0000
@@ -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 -r 88793b63ce7c -r 72e1b4d7d8bf graphics/tuxpaint/patches/patch-aa
--- a/graphics/tuxpaint/patches/patch-aa Thu Oct 07 15:27:20 2004 +0000
+++ b/graphics/tuxpaint/patches/patch-aa Thu Oct 07 15:32:56 2004 +0000
@@ -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 @@
@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)
Home |
Main Index |
Thread Index |
Old Index