diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 02:33:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 02:33:30 +0000 |
commit | ed81a64e12d0daf7f89b504036c2f02190f428f1 (patch) | |
tree | d42267bd791770d9f5feb9158e096f84e436f905 /graphics/opendx/files/patch-an | |
parent | Update to version 2.9.4. (diff) |
Update to version 4.1.0.
PR: 18843
Submitted by: Randall Hopper <aa8vb@nc.rr.com>
Notes
Notes:
svn path=/head/; revision=28855
Diffstat (limited to 'graphics/opendx/files/patch-an')
-rw-r--r-- | graphics/opendx/files/patch-an | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/opendx/files/patch-an b/graphics/opendx/files/patch-an index 1d659dd8666f..d17da5bd6b96 100644 --- a/graphics/opendx/files/patch-an +++ b/graphics/opendx/files/patch-an @@ -1,11 +1,11 @@ ---- src/uipp/java/Makefile.in.orig Thu Jan 6 21:18:07 2000 -+++ src/uipp/java/Makefile.in Fri Feb 11 19:29:50 2000 -@@ -460,7 +460,7 @@ +--- src/uipp/java/ORIG/Makefile.in Fri May 26 22:38:50 2000 ++++ src/uipp/java/Makefile.in Fri May 26 22:50:56 2000 +@@ -475,7 +475,7 @@ DXLink.o: server.jar (cd dxsc; $(JAVAH) -d ../server server.DXServer server.DXServerThread) -- (cd server; $(CC) -o ../DXLink.o -I../../../../include -c -D@ARCH@ $(CFLAGS) @JINC@ DXLink.c) -+ (cd server; $(CC) -o ../DXLink.o -I../../../../include -c $(CFLAGS) @JINC@ DXLink.c) +- (cd server; $(CC) $(DXABI) -o ../DXLink.o -I../../../../include -c -D@ARCH@ $(JNI_CFLAGS) @JINC@ DXLink.c) ++ (cd server; $(CC) $(DXABI) -o ../DXLink.o -I../../../../include -c $(JNI_CFLAGS) @JINC@ DXLink.c) distclean-local: rm -rf classes dxsc |