mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Attent to bento cluster peculiar behavior: it is prefixing the
binary files with CONFIGURE_TARGET variable contents although this is not reproduceable in local tests. Nevertheless, fix it by setting CONFIGURE_ARGS+=--program-transform-name='' Prompted by: bento
This commit is contained in:
parent
bbb80885fa
commit
8435e9af1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80641
2 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,8 @@ USE_KDELIBS_VER=3
|
|||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-mt
|
||||
CONFIGURE_ARGS= --enable-mt \
|
||||
--program-transform-name=''
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E \
|
||||
|
|
|
@ -17,7 +17,8 @@ USE_KDELIBS_VER=3
|
|||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-mt
|
||||
CONFIGURE_ARGS= --enable-mt \
|
||||
--program-transform-name=''
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E \
|
||||
|
|
Loading…
Add table
Reference in a new issue