mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
o USE_AUTO* police sweep
- Don't hardcode, use AUTOCONF_DIR
This commit is contained in:
parent
20597a5fda
commit
3c6b56e191
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50788
@ -113,8 +113,8 @@ CONFIGURE_ARGS+= --with-libkwnn=-lkwnn --with-kwnn-libraries="${PREFIX}/lib"
|
||||
|
||||
post-extract:
|
||||
${CP} ${LOCALBASE}/share/libtool/libltdl/aclocal.m4 ${WRKSRC}
|
||||
${CP} ${LOCALBASE}/share/autoconf/config.sub ${WRKSRC}
|
||||
${CP} ${LOCALBASE}/share/autoconf/config.guess ${WRKSRC}
|
||||
${CP} ${AUTOCONF_DIR}/config.sub ${WRKSRC}
|
||||
${CP} ${AUTOCONF_DIR}/config.guess ${WRKSRC}
|
||||
|
||||
.if (${PKGNAMESUFFIX} == -server)
|
||||
pre-install:
|
||||
|
Loading…
Reference in New Issue
Block a user