b098d94b4d
Sketch is a small, simple system for producing line drawings of two- or three-dimensional solid objects and scenes. The input language is reminiscent of PSTricks, so will be easy to learn for current PSTricks users. Sketch can generate output for PSTricks and Tikz/PGF. www: http://www.frontiernet.net/~eugene.ressler/ Add a patch to make it honour $CC, and install examples while here. ok jasper@
14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
$OpenBSD: patch-makefile,v 1.1.1.1 2011/05/15 18:34:20 landry Exp $
|
|
Honour ${CC}
|
|
--- makefile.orig Sun May 15 20:25:19 2011
|
|
+++ makefile Sun May 15 20:25:25 2011
|
|
@@ -5,7 +5,7 @@
|
|
#
|
|
# makefile v0.03
|
|
#
|
|
-CC = gcc -O1 -g -Wall
|
|
+CC ?= gcc -O1 -g -Wall
|
|
#CC = gcc -g -Wall
|
|
YACC = bison --defines --debug --report=all --yacc
|
|
LEX = flex
|