1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/opendx/files/patch-an
Steve Price ed81a64e12 Update to version 4.1.0.
PR:		18843
Submitted by:	Randall Hopper <aa8vb@nc.rr.com>
2000-05-29 02:33:30 +00:00

12 lines
484 B
Plaintext

--- 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) $(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