mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 13:31:08 -04:00
14 lines
406 B
Plaintext
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.
|
|
|