diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-20 20:52:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-20 20:52:31 +0000 |
commit | 6d4a92f25089b83305bebc2e98bc11a0ede189eb (patch) | |
tree | 5a76e59b2926952cc2046325a1347a089497451a /audio/mpmf20/files/patch-ac | |
parent | Fix compile-time errors on -current. (diff) |
Add support for FreeBSD/Alpha.
Notes
Notes:
svn path=/head/; revision=26055
Diffstat (limited to 'audio/mpmf20/files/patch-ac')
-rw-r--r-- | audio/mpmf20/files/patch-ac | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/audio/mpmf20/files/patch-ac b/audio/mpmf20/files/patch-ac index 7e5913ab4626..b58f52cf5668 100644 --- a/audio/mpmf20/files/patch-ac +++ b/audio/mpmf20/files/patch-ac @@ -1,12 +1,19 @@ ---- makefile.orig Mon Apr 12 06:49:40 1999 -+++ makefile Mon Sep 27 10:48:08 1999 -@@ -9,8 +9,7 @@ +--- 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 ++ ${CXX} ${CXXFLAGS} -o mpmf20 app.cpp mpmf20.cpp ${LDADD} clean: rm -f mpmf20 |