diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-05-13 16:39:09 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-05-13 16:39:09 +0000 |
commit | 56a9c98b2e77eea6dd44c89b7b1cc3a626f53241 (patch) | |
tree | 51f8d31985a43800e11449ac2880644565985833 /audio/rioutil/patches | |
parent | a77301eaf5a7ae3272eda8d100478c828d445fcb (diff) | |
download | pkgsrc-56a9c98b2e77eea6dd44c89b7b1cc3a626f53241.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')
-rw-r--r-- | audio/rioutil/patches/patch-aa | 24 |
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 |