d1d3f56d98
Most local patches are no longer necessary. Many thanks to Gregg Townsend for working with me on this one.
13 lines
471 B
Plaintext
13 lines
471 B
Plaintext
$OpenBSD: patch-config_unix_Makefile,v 1.1 2001/07/03 13:13:13 espie Exp $
|
|
--- config/unix/Makefile.orig Sun Jul 1 13:04:49 2001
|
|
+++ config/unix/Makefile Sun Jul 1 13:05:05 2001
|
|
@@ -19,7 +19,7 @@ Setup-NoGraphics: Setup-Common
|
|
|
|
Setup-Graphics: Setup-Common
|
|
echo '# Graphics enabled' >> $(TOP)/Makedefs
|
|
- echo 'XL = -L../../bin -lXpm $$(XLIBS)' >> $(TOP)/Makedefs
|
|
+ echo 'XL = $$(XLLINK)' >> $(TOP)/Makedefs
|
|
echo '#define Graphics 1' >> $(SRC)/h/define.h
|
|
|
|
|