From 12ef306abc066e67042c539f7438f37c120a1be8 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Mon, 14 Jan 2019 18:46:42 +0900 Subject: change large file support to more portable It is not portable to use lseek64/off64_t directly. Change to set large file support macro and use usual names. Signed-off-by: OBATA Akio --- kttsd/players/alsaplayer/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kttsd/players/alsaplayer/Makefile.am') diff --git a/kttsd/players/alsaplayer/Makefile.am b/kttsd/players/alsaplayer/Makefile.am index 9653629..48bb6f0 100644 --- a/kttsd/players/alsaplayer/Makefile.am +++ b/kttsd/players/alsaplayer/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = \ -I$(top_srcdir)/kttsd/libkttsd -I$(top_builddir)/kttsd/libkttsd \ $(all_includes) -KDE_CXXFLAGS = -D_LARGEFILE64_SOURCE -D_GNU_SOURCE +KDE_CXXFLAGS = -D_GNU_SOURCE # Let automoc handle all of the metsource files (moc). METASOURCES = AUTO -- cgit v1.2.3