You've already forked FreeBSD-ports
mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
2918da092f
Approved by: maintainer
12 lines
381 B
Makefile
12 lines
381 B
Makefile
--- 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
|