diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-09-20 06:43:20 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-09-20 06:43:20 +0000 |
commit | 346b0522f19e0ff832f8189a504d4038386affb1 (patch) | |
tree | c94c7fef2a16d745c4020e5c817a623cba04575c /graphics/opendx/files/patch-ae | |
parent | Update to 1.99.5 (diff) |
New port opendx, the Open Source version of IBM's Data Explorer.
Notes
Notes:
svn path=/head/; revision=21820
Diffstat (limited to 'graphics/opendx/files/patch-ae')
-rw-r--r-- | graphics/opendx/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/opendx/files/patch-ae b/graphics/opendx/files/patch-ae new file mode 100644 index 000000000000..07dd5ce3d2e3 --- /dev/null +++ b/graphics/opendx/files/patch-ae @@ -0,0 +1,11 @@ +--- src/exec/dpexec/Makefile.in.orig Wed Aug 25 22:21:36 1999 ++++ src/exec/dpexec/Makefile.in Wed Sep 15 12:31:03 1999 +@@ -1341,7 +1341,7 @@ + mostlyclean distclean maintainer-clean + + +-$(libDPEXEC_a_SOURCES): yuiif.c yuiif.h ++# $(libDPEXEC_a_SOURCES): yuiif.c yuiif.h + + .y.h: + $(YACC) $(YFLAGS) -d $*.y |