diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-22 11:47:59 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-22 11:47:59 +0000 |
commit | f175fe0ecd711e70163ffc75a1e50e794c85e3c5 (patch) | |
tree | 11b0ccc70c9ea740216a443ec729882708545855 /graphics/linplasma/files | |
parent | c5d5a0fd6abfc637c5ebfc7d62031645731dc008 (diff) | |
download | ports-f175fe0ecd711e70163ffc75a1e50e794c85e3c5.tar.gz ports-f175fe0ecd711e70163ffc75a1e50e794c85e3c5.zip |
new port graphics/linplasma, a bit of eyecandy for SVGAlib
Notes
Notes:
svn path=/head/; revision=34099
Diffstat (limited to 'graphics/linplasma/files')
-rw-r--r-- | graphics/linplasma/files/patch-Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/linplasma/files/patch-Makefile b/graphics/linplasma/files/patch-Makefile new file mode 100644 index 000000000000..da0bc0f23e4b --- /dev/null +++ b/graphics/linplasma/files/patch-Makefile @@ -0,0 +1,15 @@ +--- Makefile.orig Sun Oct 22 04:09:35 2000 ++++ Makefile Sun Oct 22 04:11:27 2000 +@@ -2,10 +2,9 @@ + # Makefile for LinPlasma + # + +-CC=gcc ++CC?=gcc + +-# optimize a lot +-CFLAGS=-O3 ++CFLAGS += -L%%PREFIX%%/lib -I%%PREFIX%%/include + + LIBS=-lvga -lvgagl -lm + |