Added --disable-libiconv to CONFIGURE_ARGS to ignore libiconv even if
it is installed. Reported by Dominic Jones in netbsd-help.
This commit is contained in:
parent
0537ad9007
commit
f28b9bad8d
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.22 2002/02/15 09:05:01 martti Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2002/03/05 10:06:15 martti Exp $
|
||||
|
||||
DISTNAME= xfce-3.8.14
|
||||
CATEGORIES= x11
|
||||
|
@ -6,7 +6,7 @@ MASTER_SITES= http://www.xfce.org/archive/
|
|||
|
||||
MAINTAINER= jwise@netbsd.org
|
||||
HOMEPAGE= http://www.xfce.org/
|
||||
COMMENT= Lightweight desktop environment with a look and feel similar to CDE
|
||||
COMMENT= Lightweight desktop environment with CDE look and feel
|
||||
|
||||
BUILD_USES_MSGFMT= yes
|
||||
DEPENDS+= gtk+-1.2.*:../../x11/gtk
|
||||
|
@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --without-included-gettext
|
|||
CONFIGURE_ARGS+= --datadir=${PREFIX}/share
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc
|
||||
CONFIGURE_ARGS+= --enable-imlib=${IMLIBDIR}
|
||||
CONFIGURE_ARGS+= --disable-libiconv
|
||||
|
||||
# work around bug in configure script
|
||||
CONFIGURE_ENV+= gt_cv_func_gettext_libintl="yes"
|
||||
|
|
Loading…
Reference in a new issue