pkgsrc/audio/freealut/patches/patch-ac
2007-08-30 15:16:11 +00:00

13 lines
467 B
Text

$NetBSD: patch-ac,v 1.1 2007/08/30 15:16:11 joerg Exp $
--- examples/Makefile.in.orig 2007-08-30 14:45:24.000000000 +0000
+++ examples/Makefile.in
@@ -189,7 +189,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
# We need to link against our *own* libalut.
-LDADD = ../src/libalut.la
+LDADD = ../src/libalut.la ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
# Specifying the following path is needed to find <AL/alut.h>.
AM_CPPFLAGS = -I$(top_srcdir)/include