pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libtecla Remove -D_POSIX_C_SOURCE=199506L from C...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56d22cef6b6c
branches:  trunk
changeset: 489430:56d22cef6b6c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 21 14:20:17 2005 +0000

description:
Remove -D_POSIX_C_SOURCE=199506L from CFLAGS to make build on -current.

diffstat:

 devel/libtecla/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r a44c529bf70d -r 56d22cef6b6c devel/libtecla/Makefile
--- a/devel/libtecla/Makefile   Mon Feb 21 12:17:48 2005 +0000
+++ b/devel/libtecla/Makefile   Mon Feb 21 14:20:17 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/12/03 15:14:54 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2005/02/21 14:20:17 wiz Exp $
 #
 
 DISTNAME=      libtecla-1.5.0
@@ -15,4 +15,6 @@
 GNU_CONFIGURE= YES
 BUILD_TARGET=  default
 
+BUILDLINK_TRANSFORM+=  rm:-D_POSIX_C_SOURCE=199506L
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index