opnsense-ports/java/sqlitejdbc/files/patch-Makefile.common
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
381 B
Text

--- Makefile.common.orig 2013-10-30 08:27:27.420880093 +0000
+++ Makefile.common 2013-10-30 08:27:45.873878420 +0000
@@ -56,7 +56,7 @@
target := $(os)-$(arch)
# os=Default is meant to be generic unix/linux
-Default_CC := gcc
+Default_CC := $(CC)
Default_STRIP := strip
Default_CFLAGS := -I$(JAVA_HOME)/include -Os -fPIC
Default_LINKFLAGS := -shared