Ticket #1496: mplayer-solconfig.patch
| File mplayer-solconfig.patch, 582 bytes (added by , 17 years ago) |
|---|
-
configure
7954 7954 # (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly) 7955 7955 _ld_dl_dynamic='' 7956 7956 freebsd || netbsd || openbsd || dragonfly || bsdos && _ld_dl_dynamic='-rdynamic' 7957 if test "$_real" = yes || test "$_xanim" = yes && ! win32 && ! qnx && ! darwin && ! os2 ; then7957 if test "$_real" = yes || test "$_xanim" = yes && ! win32 && ! qnx && ! darwin && ! os2 && ! sunos; then 7958 7958 _ld_dl_dynamic='-rdynamic' 7959 7959 fi 7960 7960
