pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/jack Build fix (untested by me):
details: https://anonhg.NetBSD.org/pkgsrc/rev/3797728e1c3e
branches: trunk
changeset: 557474:3797728e1c3e
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Apr 15 12:27:16 2009 +0000
description:
Build fix (untested by me):
Define _GNU_SOURCE on Linux.
>From Aleksey Cheusov in PR 41219.
diffstat:
audio/jack/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 73fcf9e84a15 -r 3797728e1c3e audio/jack/Makefile
--- a/audio/jack/Makefile Wed Apr 15 12:25:30 2009 +0000
+++ b/audio/jack/Makefile Wed Apr 15 12:27:16 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/11/16 11:55:19 bjs Exp $
+# $NetBSD: Makefile,v 1.14 2009/04/15 12:27:16 wiz Exp $
#
DISTNAME= jack-audio-connection-kit-${JACK_VERSION}
@@ -35,6 +35,7 @@
CONFIGURE_ARGS+= --enable-timestamps
CFLAGS.NetBSD+= -D_NETBSD_SOURCE
+CFLAGS.Linux+= -D_GNU_SOURCE
CONFIGURE_ENV+= ac_cv_header_readline_chardefs_h=yes
Home |
Main Index |
Thread Index |
Old Index