View | Details | Raw Unified | Return to bug 98037
Collapse All | Expand All

(-)work.hohmuth/mpgtx-1.3.1/common.hh (-1 / +1 lines)
Lines 208-214 Link Here
208
//@{
208
//@{
209
209
210
#ifdef _LARGEFILE_SOURCE
210
#ifdef _LARGEFILE_SOURCE
211
#ifdef _MACOSX
211
#if defined (_MACOSX) || defined (__FreeBSD__)
212
		#define   _OFF_d   "%qd"
212
		#define   _OFF_d   "%qd"
213
		#define   _OFF_x   "%qx"
213
		#define   _OFF_x   "%qx"
214
#else
214
#else
(-)work.hohmuth/mpgtx-1.3.1/configure (-1 / +1 lines)
Lines 207-213 Link Here
207
207
208
if test $devel = "no" -a $debug = "no"; then
208
if test $devel = "no" -a $debug = "no"; then
209
lflags="$lflags -s";
209
lflags="$lflags -s";
210
cflags="-O -pipe ";
210
cflags+="-O -pipe ";
211
fi
211
fi

Return to bug 98037