summaryrefslogtreecommitdiffstats
path: root/devel/libds/files/patch-Makefile
blob: 90e1ca220b18d2afda0060bf02dfa9a48edda229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- Makefile.orig	Sun Oct 19 01:56:50 2003
+++ Makefile	Sun Oct 19 01:56:43 2003
@@ -5,8 +5,8 @@
 # Makefile for LibDS 2.0
 #
 
-CC		=  cc
-CCOPTFLAGS	= -O2
+CC		?=  cc
+CCOPTFLAGS	= $(CFLAGS)
 
 CCEXTRAFLAGS	= -DStandAlone
 
@@ -42,7 +42,7 @@
 	$(TARGET)
 
 gcc:
-	@-$(MAKE) CC="gcc -pipe" CCWARNFLAGS="-Wall -W -Wshadow \
+	@-$(MAKE) CC=$(CC) CCWARNFLAGS="-Wall -W -Wshadow \
 	-Wnested-externs -Wwrite-strings -Wpointer-arith \
 	-Wmissing-declarations -Wredundant-decls -Winline \
 	-Wstrict-prototypes" SHARED="-shared" release
OpenPOWER on IntegriCloud