5ab5b44616
- Simplify port logic and plist handling - Do not install yet another copy of GPL
15 lines
259 B
Text
15 lines
259 B
Text
--- 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${LOCALBASE}/lib -I${LOCALBASE}/include
|
|
|
|
LIBS=-lvga -lvgagl -lm
|
|
|