mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Force libtool script to be executed by /bin/sh, not "whatever shell
you are currently running", which doesn't work too well if it happens to be e.g. csh. Noticed by: bento
This commit is contained in:
parent
622c1d704f
commit
9692428a71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64895
@ -20,6 +20,7 @@ WANT_GNOME= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
MAKE_ENV= SHELL=/bin/sh
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= libmikmod-config.1
|
||||
|
Loading…
Reference in New Issue
Block a user