opnsense-ports/graphics/libpcd/files/patch-GNUmakefile
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
370 B
Text

--- GNUmakefile.old Mon Aug 23 21:10:15 2004
+++ GNUmakefile Mon Aug 23 21:10:38 2004
@@ -1,11 +1,11 @@
DESTDIR :=
-prefix := /usr/local
+prefix := $(PREFIX)
incdir := $(DESTDIR)$(prefix)/include
libdir := $(DESTDIR)$(prefix)/lib
-CC := gcc
+CC ?= gcc
WARN := -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
CFLAGS ?= -g -O2
CFLAGS += $(WARN)