Skip to content
Snippets Groups Projects
  1. May 17, 1999
  2. May 08, 1999
  3. May 02, 1999
  4. Apr 26, 1999
  5. Apr 24, 1999
  6. Apr 18, 1999
  7. Apr 16, 1999
  8. Apr 15, 1999
  9. Apr 11, 1999
  10. Mar 14, 1999
  11. Mar 13, 1999
  12. Feb 28, 1999
  13. Feb 25, 1999
  14. Feb 20, 1999
  15. Feb 17, 1999
  16. Feb 14, 1999
  17. Feb 13, 1999
  18. Feb 05, 1999
  19. Feb 04, 1999
  20. Jan 31, 1999
  21. Jan 30, 1999
  22. Jan 29, 1999
  23. Jan 23, 1999
  24. Jan 20, 1999
  25. Jan 17, 1999
  26. Jan 03, 1999
  27. Dec 26, 1998
  28. Dec 18, 1998
  29. Dec 15, 1998
    • Todd Vierling's avatar
      - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in · ecc7669d
      Todd Vierling authored and Alexandre Julliard's avatar Alexandre Julliard committed
        (run autoconf after this).  Note that the check has been altered to break
        out of the AC_CHECK_HEADERS after the first match - this is so
        <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
        with the emulated ossaudio.
      - check for <soundcard.h> along with the other two in a mutually-exclusive
        manner in the various *.c files that need it; change include of
        "mmsystem.h" to "multimedia.h" so this logic is all in one place
      - change mcicda.c to allow for CD audio manipulation on NetBSD.  This
        includes:
        * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
          ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
          neither splitting with #-directives nor a two-arg ioctl work;
        * changing the #if logic to allow both FreeBSD and NetBSD to share the
          appropriate code blocks
      - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
        (midi.c, mcimidi.c).  NetBSD's OSS emulation does not (yet) support MIDI.
      Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
      ecc7669d
    • Todd Vierling's avatar
      These patches add support for --enable-dll on NetBSD, and may even do so for · 4b992b0f
      Todd Vierling authored and Alexandre Julliard's avatar Alexandre Julliard committed
      FreeBSD a.out.  Now, NetBSD can use libwine as a shared object.  Thanks to
      mycroft@netbsd.org for doing this work!
      4b992b0f
  30. Dec 11, 1998
  31. Dec 08, 1998
Loading