mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
dd0250f5b0
* Can build and install gadgets optionally * Install docs * minor fixes * Reset maintainer (two timeouts, not heard from since 2008) PR: 191128 Submitted by: Zsolt Udvari
10 lines
207 B
Makefile
10 lines
207 B
Makefile
--- ./config.mk.orig 2007-08-18 08:18:50.000000000 +0200
|
|
+++ ./config.mk 2014-06-17 14:58:37.000000000 +0200
|
|
@@ -49,5 +49,5 @@
|
|
#LDFLAGS = -g ${LIBS}
|
|
|
|
# compiler and linker
|
|
-CC = gcc
|
|
+CC ?= cc
|
|
LD = ${CC}
|