pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/atk Fixed the invalid use of AM_GLIB_DEFINE_LOCA...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8927f7a83be
branches: trunk
changeset: 525802:c8927f7a83be
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Feb 23 04:00:02 2007 +0000
description:
Fixed the invalid use of AM_GLIB_DEFINE_LOCALEDIR. PKGREVISION++
diffstat:
devel/atk/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r d19ac16e61af -r c8927f7a83be devel/atk/Makefile
--- a/devel/atk/Makefile Fri Feb 23 03:46:34 2007 +0000
+++ b/devel/atk/Makefile Fri Feb 23 04:00:02 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.59 2007/01/06 21:55:57 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2007/02/23 04:00:02 rillig Exp $
#
DISTNAME= atk-1.12.4
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/1.12/}
EXTRACT_SUFX= .tar.bz2
@@ -28,6 +29,12 @@
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.3
+SUBST_CLASSES+= loc
+SUBST_STAGE.loc= pre-configure
+SUBST_MESSAGE.loc= Fixing invalid use of AM_GLIB_DEFINE_LOCALEDIR.
+SUBST_FILES.loc= configure
+SUBST_SED.loc= -e 's,^\(\#define ATK_LOCALEDIR\).*,\1 "${PREFIX}/${PKGLOCALEDIR}/locale",'
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index