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:
Mario Sergio Fujikawa Ferreira 2003-05-11 03:11:00 +00:00
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

View file

@ -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 \

View file

@ -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 \