aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/dore/files/patch-aa
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-02-19 10:34:09 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-02-19 10:34:09 +0000
commitcd211f014feba574206d3e03aa99cd8f8ecbb942 (patch)
treed8111e544b91f7782d10fdbea89bf4cc24f99796 /graphics/dore/files/patch-aa
parent3df7b2193145a7913345a0cf0534ddaacd7f4ce3 (diff)
The Dore' graphics toolkit. This thing is a monster, but the examples
are pretty impressive. This needs a lot more polishing to really do it justice, but this will at least give you the libraries, headers and an example to look at.
Diffstat (limited to 'graphics/dore/files/patch-aa')
-rw-r--r--graphics/dore/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/dore/files/patch-aa b/graphics/dore/files/patch-aa
new file mode 100644
index 000000000000..91aa01e1c468
--- /dev/null
+++ b/graphics/dore/files/patch-aa
@@ -0,0 +1,19 @@
+*** src/device_config/stdx11/makefile.bak Sun Feb 12 21:06:59 1995
+--- src/device_config/stdx11/makefile Sun Feb 12 21:07:20 1995
+***************
+*** 15,21 ****
+ # EXPRESS OR IMPLIED.
+
+ SHELL = /bin/sh
+! CCCOM = $(CC) $(CFLAGS) -DERRCHK -I${DORE_LOC}/dore/include -I${ROOT}/usr/include
+ LDCOM = $(LD) $(LDFLAGS)
+ ARCOM = $(AR) $(ARFLAGS)
+ SRC_PATH = $(DORE_LOC)/dore/src/device_config/stdx11
+--- 15,21 ----
+ # EXPRESS OR IMPLIED.
+
+ SHELL = /bin/sh
+! CCCOM = $(CC) $(CFLAGS) -DERRCHK -I${ROOT}/usr/local/X11 -I${DORE_LOC}/dore/include -I${ROOT}/usr/include
+ LDCOM = $(LD) $(LDFLAGS)
+ ARCOM = $(AR) $(ARFLAGS)
+ SRC_PATH = $(DORE_LOC)/dore/src/device_config/stdx11