9f3b386977
- Convert to OPTIONSng Reported by: pkg-fallout
10 lines
335 B
Text
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
|