projects
/
goodguy
/
history.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faa186c
)
restore cflags line dropped in autoconf mod
author
Good Guy
<
[email protected]
>
Fri, 9 Sep 2016 16:18:35 +0000
(10:18 -0600)
committer
Good Guy
<
[email protected]
>
Fri, 9 Sep 2016 16:18:35 +0000
(10:18 -0600)
cinelerra-5.1/configure.ac
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/configure.ac
b/cinelerra-5.1/configure.ac
index df40ef58d91baffc5e8ef7dbae09cf8843ddcd36..441291d6e66ec6779df0557910eef80cc6d3c412 100644
(file)
--- a/
cinelerra-5.1/configure.ac
+++ b/
cinelerra-5.1/configure.ac
@@
-14,6
+14,7
@@
CFG_CFLAGS+=" -D__STDC_CONSTANT_MACROS"
CFG_CFLAGS+=" -D__STDC_LIMIT_MACROS"
CFG_CFLAGS+=" -DPNG_SKIP_SETJMP_CHECK=1"
CFG_CFLAGS+=" -I/usr/include/freetype2"
+CFG_CFLAGS+=" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
AC_DEFUN([CHECK_WITH], [
AC_ARG_WITH([$1],