summaryrefslogtreecommitdiffstats
path: root/audio/mpmf20/files/patch-ac
blob: b58f52cf566872540be41c2e9410305082335398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- makefile.orig	Mon Apr 12 08:49:40 1999
+++ makefile	Fri Feb 18 10:56:04 2000
@@ -6,11 +6,14 @@
 #
 ###############################################################################
 
+.if ${MACHINE_ARCH} == "alpha"
+LDADD=	-lio
+.endif
+
 all: 		mpmf20
 
 mpmf20:		app.cpp mpmf20.cpp
-		g++ -O1 -o mpmf20 app.cpp mpmf20.cpp
-		chmod +s mpmf20
+		${CXX} ${CXXFLAGS} -o mpmf20 app.cpp mpmf20.cpp ${LDADD}
 
 clean:
 		rm -f mpmf20
OpenPOWER on IntegriCloud