freebsd-ports/x11-wm/jewel/files/patch-goodies-setrootimage_Makefile
Pietro Cerutti 9f3b386977 - Fix build on CURRENT
- Convert to OPTIONSng

Reported by:	pkg-fallout
2013-09-26 15:31:53 +00:00

10 lines
335 B
Text

--- goodies/setrootimage/Makefile.orig 2013-09-26 17:15:12.000000000 +0200
+++ goodies/setrootimage/Makefile 2013-09-26 17:16:58.000000000 +0200
@@ -1,5 +1,5 @@
-CC = g++
-CFLAGS = -g -O2 -Wall
+CC ?= g++
+CFLAGS ?= -g -O2 -Wall
INCLUDES = -I$(XROOT)/include
LIBS = -lX11 -lXext
LDPATH = -L$(XROOT)/lib