1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Somehow, if the configure finds bash then it will using bash's doltlibtool

then the result a static library will not be compile and install. It ends mess
up users' plist. Disable to use bash's doltlibtool. Bump the PORTREVISION.

I personal don't understand with bash's doltlibtool issue, so if anyone want
to dig in it deeper then be my guest.

PR:		ports/130891
Submitted by:	WATANABE Kazuhiro <CQG00620@nifty.ne.jp>
This commit is contained in:
Jeremy Messenger 2009-02-01 16:46:09 +00:00
parent a73e8e0f7c
commit 66cea9d7e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227377

View File

@ -8,7 +8,7 @@
PORTNAME= webkit
PORTVERSION= 1.0.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= http://people.freedesktop.org/~alp/webkit/gtk/
PKGNAMESUFFIX= -gtk2
@ -29,7 +29,8 @@ USE_PERL5= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= autoconf:262 automake:110 libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LDFLAGS="-L${LOCALBASE}/lib" \
ac_cv_path_DOLT_BASH=""
CONFIGURE_ARGS= --with-webkit-target=x11 \
--enable-icon-database \
--enable-svg \