Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 584724 | Differences between
and this patch

Collapse All | Expand All

(-)libHX-3.22/configure.ac.orig (-2 / +1 lines)
Lines 107-114 Link Here
107
AC_CHECK_FUNCS([getegid geteuid getpid getppid])
107
AC_CHECK_FUNCS([getegid geteuid getpid getppid])
108
AM_CONDITIONAL([B_PROC], [test "$b_proc" = 1])
108
AM_CONDITIONAL([B_PROC], [test "$b_proc" = 1])
109
109
110
AC_CHECK_PROGS([LYX], [lyx])
110
AM_CONDITIONAL([BUILD_DOCS], [false])
111
AM_CONDITIONAL([BUILD_DOCS], [test -n "$LYX"])
112
111
113
regular_CPPFLAGS="-D_FILE_OFFSET_BITS=64 -D_REENTRANT"
112
regular_CPPFLAGS="-D_FILE_OFFSET_BITS=64 -D_REENTRANT"
114
regular_CFLAGS="-Wall -Waggregate-return -Wmissing-declarations \
113
regular_CFLAGS="-Wall -Waggregate-return -Wmissing-declarations \

Return to bug 584724