aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/jewel/files/patch-goodies-setrootimage_Makefile
blob: 5044c7b342d19170504dda3c13310404600f62c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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