mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix install target on architectures other than i386.
There is an old Linux ELF binary of select in the pgms directory of the distribution tar file with no corresponding source file. Most probably time-polling.c should be used to build a binary of select under FreeBSD, but for now select is just removed.
This commit is contained in:
parent
d2d8a84d32
commit
c2ec7ecdb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126156
@ -16,6 +16,9 @@ COMMENT= The BYTE magazine's Public Domain benchmark for UNIX
|
||||
|
||||
SUB_FILES= unixbench
|
||||
|
||||
post-extract:
|
||||
${RM} -f ${WRKDIR}/unixbench/pgms/select
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/unixbench ${PREFIX}/bin/
|
||||
-${MKDIR} ${PREFIX}/lib/unixbench
|
||||
|
@ -31,7 +31,6 @@ lib/unixbench/pgms/pipe
|
||||
lib/unixbench/pgms/register
|
||||
lib/unixbench/pgms/report.awk
|
||||
lib/unixbench/pgms/report.sh
|
||||
lib/unixbench/pgms/select
|
||||
lib/unixbench/pgms/short
|
||||
lib/unixbench/pgms/spawn
|
||||
lib/unixbench/pgms/syscall
|
||||
|
Loading…
Reference in New Issue
Block a user