ln(1) a set of rules so this build (at least) on FreeBSD/Alpha.

This commit is contained in:
Steve Price 1999-09-20 00:36:16 +00:00
parent ac8929da86
commit f4971b755f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21774
2 changed files with 12 additions and 0 deletions

View File

@ -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)

View File

@ -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)