openbsd-ports/games/allegro/patches/patch-modules_lst
jakemsr 9b15a0535d - sndio supported as default audio output method
- build with -pthread in LDFLAGS instead of -lpthread in LIBS;
  allegro-config passes LDFLAGS on, so dependent ports build correctly
  (WANTLIB changes in dependent ports coming soon)
- don't build modules in liballegro: we don't ship an allegrorc to
  be able to choose which modules to use

"sndio bits look ok" ratchov@
2010-04-26 02:56:30 +00:00

9 lines
269 B
Plaintext

$OpenBSD: patch-modules_lst,v 1.1 2010/04/26 02:56:30 jakemsr Exp $
--- modules.lst.orig Tue Jan 12 02:04:39 2010
+++ modules.lst Tue Jan 12 02:04:54 2010
@@ -10,3 +10,4 @@ alleg-sgialdigi.so
alleg-alsadigi.so
alleg-alsamidi.so
alleg-jackdigi.so
+alleg-sndiodigi.so