diff options
author | drochner <drochner@pkgsrc.org> | 2000-01-31 21:10:28 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-01-31 21:10:28 +0000 |
commit | 696a8a60271f102c657fca91948efbb3b67e5d87 (patch) | |
tree | 1df339d6621b5416c9ec72e9c37253f60fa89eed /graphics/dxsamples/patches | |
parent | db7e9b87b8d0a8d6ee79c27284c01bb2b0d89511 (diff) | |
download | pkgsrc-696a8a60271f102c657fca91948efbb3b67e5d87.tar.gz |
reenable, update to 4.0.8
Diffstat (limited to 'graphics/dxsamples/patches')
-rw-r--r-- | graphics/dxsamples/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/dxsamples/patches/patch-ab b/graphics/dxsamples/patches/patch-ab new file mode 100644 index 00000000000..c7bda1f26ca --- /dev/null +++ b/graphics/dxsamples/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2000/01/31 21:10:30 drochner Exp $ + +--- Makefile.in.orig Thu Jan 6 21:32:15 2000 ++++ Makefile.in Sat Jan 29 19:41:43 2000 +@@ -69,7 +69,7 @@ + VERSION = @VERSION@ + WRL_CLASSPATH = @WRL_CLASSPATH@ + +-SUBDIRS = callmodule data dxlink java macros \ ++SUBDIRS = callmodule data dxlink macros \ + outboard program_guide programs scripts \ + supervise tutorial user util + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |