diff options
-rw-r--r-- | sysutils/screentest/distinfo | 3 | ||||
-rw-r--r-- | sysutils/screentest/patches/patch-ad | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/sysutils/screentest/distinfo b/sysutils/screentest/distinfo index f2ec0d8641d..8be29327f0e 100644 --- a/sysutils/screentest/distinfo +++ b/sysutils/screentest/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 13:40:57 agc Exp $ +$NetBSD: distinfo,v 1.3 2007/01/08 17:44:20 joerg Exp $ SHA1 (screentest-1.0.tar.gz) = ea541d61b6c5003dbaf1e2847def66c31f808230 RMD160 (screentest-1.0.tar.gz) = da49ff0375e60705ae7cf16656223d420d53b1aa @@ -6,3 +6,4 @@ Size (screentest-1.0.tar.gz) = 49428 bytes SHA1 (patch-aa) = 27923b68894069e077c7a213f2e8c8305c536e3b SHA1 (patch-ab) = 259e9bbd05374c8b5be9ec2b08ccf4e5504866b9 SHA1 (patch-ac) = c167b30c62de4bae315a40c1c14a0de1d28bbbc0 +SHA1 (patch-ad) = dc103d3f9cdfa99f806132c7437c0110f1faa105 diff --git a/sysutils/screentest/patches/patch-ad b/sysutils/screentest/patches/patch-ad new file mode 100644 index 00000000000..1f4e8e69f82 --- /dev/null +++ b/sysutils/screentest/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2007/01/08 17:44:20 joerg Exp $ + +--- Makefile.in.orig 2007-01-08 17:25:57.000000000 +0000 ++++ Makefile.in +@@ -72,7 +72,7 @@ EXTRA_DIST = screentest.glade NEW_TESTS + + + bin_PROGRAMS = screentest +-noinst_PROGRAMS = screentest.static ++noinst_PROGRAMS = + + screentest_SOURCES = main.c support.c support.h interface.c interface.h callbacks.c callbacks.h basic_test.c blink_test.c grid_test.c horizontal_test.c text_test.c vertical_test.c + |