ports/x11/wmutils-core/files/patch-config.mk
Yuri Victorovich d3518f2c4a New port: x11/wmutils-core: Set of window manipulation tools
PR:		225141
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14113
2018-01-29 18:41:00 +00:00

15 lines
329 B
Makefile

--- config.mk.orig 2017-01-25 13:19:03 UTC
+++ config.mk
@@ -1,9 +1,9 @@
-PREFIX = /usr
+PREFIX ?= /usr/local
MANPREFIX = $(PREFIX)/man
CC = cc
LD = $(CC)
-CFLAGS = -std=c99 -pedantic -Wall -Os
-LDFLAGS = -lxcb -lxcb-util
+CFLAGS := -std=c99 -pedantic -Wall $(CFLAGS)
+LDFLAGS := -lxcb -lxcb-util $(LDFLAGS)