2013-09-26 17:14:40 +02:00

14 lines
406 B
Plaintext

$NetBSD: patch-ab,v 1.1 2007/08/30 15:16:11 joerg Exp $
--- src/Makefile.in.orig 2007-08-30 13:59:08.000000000 +0000
+++ src/Makefile.in
@@ -219,7 +219,7 @@ libalut_la_SOURCES = \
# We use sin and floor, so we might need -lm, autoconf takes care of this.
-libalut_la_LIBADD = $(LIBM)
+libalut_la_LIBADD = -lopenal $(LIBM)
# The following libtool flag is neccessary for building DLLs on Windows.