mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 11:20:04 -04:00
16 lines
365 B
Plaintext
16 lines
365 B
Plaintext
$NetBSD: patch-aa,v 1.20 2016/07/21 13:48:49 adam Exp $
|
|
|
|
Link against OSS.
|
|
|
|
--- Makefile.orig 2009-02-22 02:06:44.000000000 +0100
|
|
+++ Makefile
|
|
@@ -10,7 +10,7 @@ srcdir ?= .
|
|
DEFINES := -DHAVE_CONFIG_H
|
|
LDFLAGS :=
|
|
INCLUDES := -I. -I$(srcdir) -I$(srcdir)/engines
|
|
-LIBS :=
|
|
+LIBS := ${LIBOSSAUDIO}
|
|
OBJS :=
|
|
DEPDIR := .deps
|
|
|