Make this compile on sparc64. Needed for make release.

This commit is contained in:
Jake Burkholder 2002-10-14 22:13:22 +00:00
parent 9b6810557d
commit a23b0eba19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68062
2 changed files with 4 additions and 4 deletions

View file

@ -27,10 +27,10 @@ MAKE_ENV= COPTX="-DBSD_SCSI_SENSE_BUG"
SLAVEDIRS= sysutils/mkisofs
WRKSRC= ${WRKDIR}/cdrtools-1.11
.if ${MACHINE_ARCH} == "alpha"
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
post-extract:
${LN} -s ${WRKSRC}/RULES/i386-freebsd-cc.rul \
${WRKSRC}/RULES/alpha-freebsd-cc.rul
${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-cc.rul
.endif
do-install:

View file

@ -27,10 +27,10 @@ MAKE_ENV= COPTX="-DBSD_SCSI_SENSE_BUG"
SLAVEDIRS= sysutils/mkisofs
WRKSRC= ${WRKDIR}/cdrtools-1.11
.if ${MACHINE_ARCH} == "alpha"
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
post-extract:
${LN} -s ${WRKSRC}/RULES/i386-freebsd-cc.rul \
${WRKSRC}/RULES/alpha-freebsd-cc.rul
${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-cc.rul
.endif
do-install: