Allow CFLAG override in port systems

This commit is contained in:
sdk 2021-11-01 08:18:29 +00:00
parent 345a86e6e8
commit 1a328e204d
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ VERSION = 1.0
PREFIX ?= /usr/local
PKG_CONFIG = pkg-config
CFLAGS = -Wall `$(PKG_CONFIG) --cflags x11`
LDFLAGS = `$(PKG_CONFIG) --libs x11`
CFLAGS += -Wall `$(PKG_CONFIG) --cflags x11`
LDFLAGS += `$(PKG_CONFIG) --libs x11`
all: xpick