summaryrefslogtreecommitdiff
path: root/audio/rioutil/patches/patch-aa
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-05-13 16:39:09 +0000
committerschmonz <schmonz>2002-05-13 16:39:09 +0000
commitac5d238cf86672af4926ce197f82843399400a2b (patch)
tree51f8d31985a43800e11449ac2880644565985833 /audio/rioutil/patches/patch-aa
parent8087f9aadaa1767143248ec0c37eb11e362c747e (diff)
downloadpkgsrc-ac5d238cf86672af4926ce197f82843399400a2b.tar.gz
Import rioutil-1.1.2.0.1, a program and library to interface with
Rio 600, 800, Nike psa[play. This closes my own pkg/14951. Tested with a Rio 800 Extreme.
Diffstat (limited to 'audio/rioutil/patches/patch-aa')
-rw-r--r--audio/rioutil/patches/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/rioutil/patches/patch-aa b/audio/rioutil/patches/patch-aa
new file mode 100644
index 00000000000..3446a39df03
--- /dev/null
+++ b/audio/rioutil/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/05/13 16:39:09 schmonz Exp $
+
+--- src/Makefile.in.orig Sat Mar 2 00:23:48 2002
++++ src/Makefile.in
+@@ -201,14 +201,14 @@
+
+ bin_PROGRAMS = rioutil riofck
+
+-INCLUDES = -I$(top_srcdir)/include -I/usr/local/include
++INCLUDES = -I$(top_srcdir)/include
+
+ riofck_SOURCES = fckrio.c
+ rioutil_SOURCES = main.c getopt.c getopt1.c main.h getopt.h
+-@MACOSX_TRUE@rioutil_LDADD = -L/usr/local/lib $(top_srcdir)/librioutil/librioutil.la -lIOKit
+-@MACOSX_FALSE@rioutil_LDADD = -L/usr/local/lib $(top_srcdir)/librioutil/librioutil.la
+-@MACOSX_TRUE@riofck_LDADD = -L/usr/local/lib $(top_srcdir)/librioutil/librioutil.la -lIOKit
+-@MACOSX_FALSE@riofck_LDADD = -L/usr/local/lib $(top_srcdir)/librioutil/librioutil.la
++@MACOSX_TRUE@rioutil_LDADD = $(top_srcdir)/librioutil/librioutil.la -lIOKit
++@MACOSX_FALSE@rioutil_LDADD = $(top_srcdir)/librioutil/librioutil.la
++@MACOSX_TRUE@riofck_LDADD = $(top_srcdir)/librioutil/librioutil.la -lIOKit
++@MACOSX_FALSE@riofck_LDADD = $(top_srcdir)/librioutil/librioutil.la
+ @MACOSX_TRUE@CFLGS = -traditional-cpp
+
+ CFLAGS = -g -O3