pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/fityk Define _WITH_GETLINE for getline(3) on Free...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0a7c17621f1
branches:  trunk
changeset: 632356:c0a7c17621f1
user:      asau <asau%pkgsrc.org@localhost>
date:      Wed Mar 26 06:57:06 2014 +0000

description:
Define _WITH_GETLINE for getline(3) on FreeBSD 9.

diffstat:

 math/fityk/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2bde760f63db -r c0a7c17621f1 math/fityk/Makefile
--- a/math/fityk/Makefile       Wed Mar 26 06:23:12 2014 +0000
+++ b/math/fityk/Makefile       Wed Mar 26 06:57:06 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2014/02/24 12:35:10 wiedi Exp $
+# $NetBSD: Makefile,v 1.29 2014/03/26 06:57:06 asau Exp $
 
 DISTNAME=      fityk-0.9.7
 PKGREVISION=   16
@@ -18,6 +18,8 @@
 # XXX: xyconvert requires wxWidgets >= 2.9
 CONFIGURE_ARGS+=       --disable-xyconvert
 
+CFLAGS.FreeBSD+=       -D_WITH_GETLINE
+
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../mk/readline.buildlink3.mk"
 .include "../../math/xylib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index