a getline() function taken from nbftp--bothering with gnulib was too annoying. It works for me on NetBSD-current, but please let me know if there are any problems. I've also extended the check for sched_get_priority_max(3)--both here and in audio/moc--to look in librt prior to giving up. This allows moc to run with realtime priority on NetBSD-current; unfortunately, presently this requires root perms.
10 lines
331 B
Text
10 lines
331 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2008/04/07 16:10:37 bjs Exp $
|
|
|
|
--- Makefile.am.orig 2007-12-15 02:38:57.000000000 -0500
|
|
+++ Makefile.am
|
|
@@ -1,4 +1,5 @@
|
|
SUBDIRS = themes decoder_plugins
|
|
+ACLOCAL_AMFLAGS = -I m4
|
|
AM_CPPFLAGS = -DSYSTEM_THEMES_DIR=\"$(pkgdatadir)/themes\" \
|
|
-DPLUGIN_DIR=\"$(plugindir)/$(DECODER_PLUGIN_DIR)\"
|
|
|