forked from Lainports/opnsense-ports
8 lines
199 B
Text
8 lines
199 B
Text
--- Makefile.bsd.orig 2010-04-06 17:07:33 UTC
|
|
+++ Makefile.bsd
|
|
@@ -1,4 +1,4 @@
|
|
-CC=g++
|
|
+CC?=g++
|
|
INCL=-I/usr/local/include
|
|
LDFLAGS=-L/usr/local/lib
|
|
LIBS=-lgcrypt -lgpg-error -lstdc++ -lm -lpthread
|