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

Collapse All | Expand All

(-)configure (-2 / +3 lines)
Lines 274-280 Link Here
274
make="gmake"
274
make="gmake"
275
;;
275
;;
276
Darwin)
276
Darwin)
277
cc="cc"
277
cc="gcc"
278
v4l="no"
278
v4l="no"
279
audio_oss="no"
279
audio_oss="no"
280
dv1394="no"
280
dv1394="no"
Lines 283-290 Link Here
283
extralibs=""
283
extralibs=""
284
darwin="yes"
284
darwin="yes"
285
strip="strip -x"
285
strip="strip -x"
286
LDFLAGS="-Wl,-d,-search_paths_first"
286
LDFLAGS="-Wl,-dynamic,-search_paths_first"
287
FFSLDFLAGS=-Wl,-bind_at_load
287
FFSLDFLAGS=-Wl,-bind_at_load
288
SLIBSUF=".dylib"
288
;;
289
;;
289
MINGW32*)
290
MINGW32*)
290
# Note: the rest of the mingw32 config is done afterwards as mingw32
291
# Note: the rest of the mingw32 config is done afterwards as mingw32

Return to bug 73542