$NetBSD: patch-configure,v 1.8 2009/09/07 20:05:30 ahoka Exp $ --- configure.orig 2009-06-10 22:50:53.000000000 +0200 +++ configure @@ -1619,6 +1619,10 @@ case $target_os in add_cflags -D__EXTENSIONS__ ;; netbsd) + if test $subarch != "x86_32"; then + LIBOBJFLAGS='$(PIC)' + SHFLAGS='-shared' + fi oss_demuxer_extralibs="-lossaudio" oss_muxer_extralibs="-lossaudio" ;; @@ -1632,6 +1636,8 @@ case $target_os in freebsd) disable need_memalign ;; + dragonfly) + ;; bsd/os) osextralibs="-lpoll -lgnugetopt" strip="strip -d" @@ -1996,10 +2002,13 @@ enabled vis && add_cflags -mcpu=ultraspa # --- # big/little-endian test -check_cc <