blob: ec320f9bee47a8fbacd1728b557c8dc09ca5a366 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.7 2003/09/03 19:55:28 abs Exp $
--- mserv/Makefile.in.orig 2003-08-03 16:57:19.000000000 +0200
+++ mserv/Makefile.in 2003-09-03 14:01:16.000000000 +0200
@@ -130,7 +130,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
-INCLUDES = -I../hdr -DDATADIR=\"${datadir}\"
+INCLUDES = -I../hdr -DDATADIR=\"${datadir}\" -DBINDIR=\"${prefix}/bin\" -DPARSE_OGG_INFO=1
bin_PROGRAMS = mserv
|