opnsense-ports/sysutils/nvramtool/files/patch-Makefile
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

16 lines
358 B
Text

--- ./Makefile.orig 2012-02-11 16:34:29.000000000 +0100
+++ ./Makefile 2012-02-11 16:34:55.000000000 +0100
@@ -20,11 +20,11 @@
PROGRAM = nvramtool
-CC = gcc
+CC ?= gcc
STRIP = strip
INSTALL = /usr/bin/install
PREFIX = /usr/local
-CFLAGS = -O2 -g -Wall -W -I.
+CFLAGS += -I.
#CFLAGS = -Os -Wall
CLI_OBJS = cli/nvramtool.o cli/opts.o