diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-10 22:24:25 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-10 22:24:25 +0000 |
commit | 2e1fdeb9e0dd9b28d72ba5af4ae98d81f4533cd8 (patch) | |
tree | 27047d2174a7a78790f8de4c2d49faa6dfef2d45 /audio/rosegarden/files/patch-aa | |
parent | Change BROKEN to FORBIDDEN; it builds on 3.x but doesn't run. (diff) |
- Update to 2.1pl2.
- Move Petal.so back into ${PREFIX}/lib/rosegarden/petal
- Install a wrapper script that adds the dir to TCLLIBPATH so you don't have
to edit your .profile because of this...
- Fixes for the FreeBSD sound system, midi playback while recording
works now.
PR: 14234
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
Notes
Notes:
svn path=/head/; revision=22317
Diffstat (limited to 'audio/rosegarden/files/patch-aa')
-rw-r--r-- | audio/rosegarden/files/patch-aa | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/rosegarden/files/patch-aa b/audio/rosegarden/files/patch-aa index f387e163016d..6378b96bdcd0 100644 --- a/audio/rosegarden/files/patch-aa +++ b/audio/rosegarden/files/patch-aa @@ -38,14 +38,12 @@ if test -n "$TCL_MIDI_CHECK" then Petal="" -@@ -152,9 +160,9 @@ - +@@ -153,8 +161,8 @@ *freebsd*) defines="-DNO_SYS_ERRLIST" -- AC_CHECK_HEADER(sys/soundcard.h, sound_system="-DSYSTEM_FREEBSD") + AC_CHECK_HEADER(machine/soundcard.h, sound_system="-DSYSTEM_OSS") - extra_libs="-lmalloc" - # LDFLAGS="-L/usr/lib -L/usr/X11R6/lib" -+ AC_CHECK_HEADER(sys/soundcard.h, sound_system="-DSYSTEM_OSS") + # extra_libs="-lmalloc" + LDFLAGS="-L/usr/lib -L/usr/X11R6/lib" |