diff options
author | drochner <drochner@pkgsrc.org> | 2002-12-10 19:06:13 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-12-10 19:06:13 +0000 |
commit | 342513fc3a9170086d2a86b9b4cec386e496dc4d (patch) | |
tree | 2e5f22b2ce0f2f1aab8d89c6be5d540470c5c014 /x11/xfce | |
parent | d9749beff71069ddb13ea366c0082dd96e7799b2 (diff) | |
download | pkgsrc-342513fc3a9170086d2a86b9b4cec386e496dc4d.tar.gz |
fix "missing libiconv" build problem by LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE
substiturion
Diffstat (limited to 'x11/xfce')
-rw-r--r-- | x11/xfce/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile index 0d14bde9329..cb6544f3d1b 100644 --- a/x11/xfce/Makefile +++ b/x11/xfce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2002/11/12 12:27:56 martti Exp $ +# $NetBSD: Makefile,v 1.30 2002/12/10 19:06:13 drochner Exp $ DISTNAME= xfce-3.8.18 CATEGORIES= x11 @@ -14,7 +14,7 @@ USE_BUILDLINK2= # defined USE_X11BASE= # defined USE_LIBTOOL= # defined -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_GMAKE= # defined GNU_CONFIGURE= # defined @@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --disable-libiconv CONFIGURE_ARGS+= --disable-audiofile # work around bug in configure script -CONFIGURE_ENV+= gt_cv_func_gettext_libintl="yes" +#CONFIGURE_ENV+= gt_cv_func_gettext_libintl="yes" CPPFLAGS+= -I${X11BASE}/include # dependent includes for xpm.h |