mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Applied a patch to check for compat3x libraries.
PR: 29359 Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
This commit is contained in:
parent
701227e902
commit
a5d858f6e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45807
@ -23,6 +23,10 @@ NO_WRKSUBDIR= YES
|
||||
LICENSE= shareware
|
||||
RESTRICTED= "restrictive 30 day evaluation license"
|
||||
|
||||
.if !exists(/usr/lib/compat/libc.so.3)
|
||||
BROKEN= "You must have the compat3x libraries installed."
|
||||
.endif
|
||||
|
||||
do-configure:
|
||||
${SED} <${FILESDIR}/uvscan.sh >${WRKSRC}/uvscan.sh \
|
||||
-e 's:@@PREFIX@@:${PREFIX}:g'
|
||||
|
Loading…
Reference in New Issue
Block a user