respect CC/CFLAGS (from wilfried@)
This commit is contained in:
parent
efe1abec6b
commit
58d83f101a
10
security/crank/patches/patch-Makefile
Normal file
10
security/crank/patches/patch-Makefile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- Makefile.orig Sat Mar 17 12:33:13 2001
|
||||||
|
+++ Makefile Sat Mar 17 12:33:38 2001
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
VERSION = $(shell cat VERSION)
|
||||||
|
CC = gcc
|
||||||
|
-CFLAGS = -Wall -g `gtk-config --cflags`
|
||||||
|
+CFLAGS += -Wall -g `gtk-config --cflags`
|
||||||
|
LIBS = `gtk-config --libs`
|
||||||
|
OBJFILES = $(patsubst %.c,%.o,$(wildcard *.c))
|
||||||
|
DISTFILES = *.c *.h Makefile Makefile.mingw README BUGS VERSION \
|
Loading…
Reference in New Issue
Block a user