pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gettext-lib Re-add _LIBINTL_H definition that wa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5edc1a8b3d03
branches:  trunk
changeset: 494423:5edc1a8b3d03
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue May 24 05:41:32 2005 +0000

description:
Re-add _LIBINTL_H definition that was accidentally removed in the
previous commit.

diffstat:

 devel/gettext-lib/builtin.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 43abaec5634d -r 5edc1a8b3d03 devel/gettext-lib/builtin.mk
--- a/devel/gettext-lib/builtin.mk      Tue May 24 05:10:49 2005 +0000
+++ b/devel/gettext-lib/builtin.mk      Tue May 24 05:41:32 2005 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: builtin.mk,v 1.20 2005/05/24 04:47:53 jlam Exp $
+# $NetBSD: builtin.mk,v 1.21 2005/05/24 05:41:32 jlam Exp $
 
 BUILDLINK_FIND_LIBS:=  intl
 .include "../../mk/buildlink3/find-libs.mk"
 
+_LIBINTL_H=    /usr/include/libintl.h
+
 .if !defined(IS_BUILTIN.gettext)
 IS_BUILTIN.gettext=    no
 .  if exists(${_LIBINTL_H}) && !empty(BUILDLINK_LIB_FOUND.intl:M[yY][eE][sS])



Home | Main Index | Thread Index | Old Index