openbsd-ports/games/allegro/patches/patch-makefile_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

22 lines
564 B
Plaintext

$OpenBSD: patch-makefile_lst,v 1.1 2010/04/26 02:56:30 jakemsr Exp $
--- makefile.lst.orig Tue Jan 12 02:03:42 2010
+++ makefile.lst Tue Jan 12 02:04:26 2010
@@ -312,6 +312,7 @@ ALLEGRO_SRC_UNIX_FILES = \
src/unix/alsamidi.c \
src/unix/arts.c \
src/unix/sgial.c \
+ src/unix/sndio.c \
src/unix/jack.c \
src/unix/udjgpp.c \
src/unix/udrvlist.c \
@@ -425,6 +426,9 @@ ALLEGRO_MODULE_ARTS_FILES = \
ALLEGRO_MODULE_SGIAL_FILES = \
src/unix/sgial.c
+
+ALLEGRO_MODULE_SNDIO_FILES = \
+ src/unix/sndio.c
ALLEGRO_MODULE_JACK_FILES = \
src/unix/jack.c