mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
13 lines
448 B
Text
13 lines
448 B
Text
--- src/Makevars.orig 2013-04-25 06:10:24.000000000 +0900
|
|
+++ src/Makevars 2013-06-02 13:27:25.000000000 +0900
|
|
@@ -6,6 +6,10 @@
|
|
FRAMEWORK = -framework CoreServices
|
|
endif
|
|
|
|
+ifeq ($(UNAME), FreeBSD)
|
|
+FRAMEWORK = -lkvm
|
|
+endif
|
|
+
|
|
PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` ./libuv/libuv.a ./http-parser/http_parser.o ./sha1/sha1.o ./base64/base64.o $(FRAMEWORK)
|
|
PKG_CPPFLAGS += -I./libuv/include -I./http-parser -I./sha1 -I./base64
|
|
|