mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
ln(1) a set of rules so this build (at least) on FreeBSD/Alpha.
This commit is contained in:
parent
ac8929da86
commit
f4971b755f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21774
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user