summaryrefslogtreecommitdiffstats
path: root/audio/bonk/files/patch-Makefile
blob: bed427aaabca490ef80040db4b1ea9a1485469dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Makefile.orig	Sat Jun  2 01:44:11 2001
+++ Makefile	Sat Jun  2 01:44:46 2001
@@ -2,10 +2,10 @@
 all : bonk
 
 bonk : bonk.cc utility.h wav.h
-	g++ -O3 -funroll-loops -o bonk bonk.cc
+	${CXX} ${CXXFLAGS} -o bonk bonk.cc
 
 install : bonk
-	install bonk /usr/bin
+	%%INSTALL_PROGRAM%% bonk ${PREFIX}/bin
 
 clean :
 	rm -f core bonk
OpenPOWER on IntegriCloud