diff options
author | trevor <trevor@FreeBSD.org> | 2000-10-22 11:47:59 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-10-22 11:47:59 +0000 |
commit | 90ad1259acbe6d1e70f26f07fff7d78231afb631 (patch) | |
tree | 60f219f9e4eb4ead7200ad1721df126ff2a4ecfa /graphics/linplasma/files | |
parent | 13c0c088ef39fd97f8da3c952e45e0e559f7ded9 (diff) | |
download | FreeBSD-ports-90ad1259acbe6d1e70f26f07fff7d78231afb631.zip FreeBSD-ports-90ad1259acbe6d1e70f26f07fff7d78231afb631.tar.gz |
new port graphics/linplasma, a bit of eyecandy for SVGAlib
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 0000000..da0bc0f --- /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 + |