forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
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
|
|
|