diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-20 00:36:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-20 00:36:16 +0000 |
commit | f4971b755ff293dfe56ea46d740cb4e169d0db58 (patch) | |
tree | 4b51fc8becfaba63ea0108b21b95d193cb7c0a5f /audio | |
parent | s/instr/myinstr/ to avoid namespace pollution that caused builds on (diff) |
ln(1) a set of rules so this build (at least) on FreeBSD/Alpha.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cdrdao/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/cdrdao/Makefile b/audio/cdrdao/Makefile index 22b827b9aa5f..5104d99668e8 100644 --- a/audio/cdrdao/Makefile +++ b/audio/cdrdao/Makefile @@ -63,6 +63,12 @@ pre-fetch: @${ECHO_MSG} "Building with xcdrdao" .endif +.if ${MACHINE_ARCH} == "alpha" +post-extract: + @(cd ${WRKSRC}/scsilib/RULES; \ + ln -sf i386-freebsd-cc.rul alpha-freebsd-cc.rul) +.endif + post-install: strip $(PREFIX)/bin/cdrdao .if defined(XCDRDAO) |