05aaf43c5a
PR: 229456 Submitted by: nicolas@deffayet.com Approved by: maintainer, pi (mentor) MFC after: 2018Q3 Sponsored by: HAW International, Inc. Differential Revision: https://reviews.freebsd.org/D16135
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
|