mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
14 lines
346 B
Plaintext
14 lines
346 B
Plaintext
$NetBSD: patch-aa,v 1.19 2009/03/02 17:06:42 adam Exp $
|
|
|
|
--- 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
|
|
|