Always create a link from ${MACHINE_ARCH}-freebsd-cc.rul to the i386

version in the RULES directory if the build machine is not i386.
This fixes the port on ia64 because it simply wasn't enumerated.

No response: dirk@
This commit is contained in:
Marcel Moolenaar 2002-12-20 04:37:14 +00:00
parent 3ba7e2bc6d
commit b62e2696f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71731
2 changed files with 2 additions and 2 deletions

View file

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

View file

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