blob: 1665bcd83742c6185618d1295bceb70fdad12aee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ao,v 1.3 2001/06/25 18:00:16 jtb Exp $
--- config/unix/Makefile.orig Wed Jun 6 00:12:08 2001
+++ config/unix/Makefile
@@ -18,8 +18,10 @@
echo '# Graphics not enabled' >> $(TOP)/Makedefs
Setup-Graphics: Setup-Common
+ cat $(name)/define.h.graphics >> $(SRC)/h/define.h
+ cat $(name)/Makedefs.graphics >> $(TOP)/Makedefs
echo '# Graphics enabled' >> $(TOP)/Makedefs
- echo 'XL = -L../../bin -lXpm $$(XLIBS)' >> $(TOP)/Makedefs
+ echo 'XL = -L../../lib/icon -lXpm $$(XLIBS)' >> $(TOP)/Makedefs
echo '#define Graphics 1' >> $(SRC)/h/define.h
|