summaryrefslogtreecommitdiff
path: root/audio/ifp-line/patches
diff options
context:
space:
mode:
authorsekiya <sekiya@pkgsrc.org>2004-07-13 11:34:58 +0000
committersekiya <sekiya@pkgsrc.org>2004-07-13 11:34:58 +0000
commit834eb153a53fa0a638eab83e360b612161d52516 (patch)
treeedff3ff68e7f295c56ce78df7092a35ba773a5b8 /audio/ifp-line/patches
parent6cf9391166accd2e88bafa82697d0c8b8b8a0721 (diff)
downloadpkgsrc-834eb153a53fa0a638eab83e360b612161d52516.tar.gz
Update to ifp-line-0.2.4.3. Relevent changes from 0.2.4:
* Fix upload bug * Fix "ls" bug for ifp-8xx. * Fix "mkdir" and "rmdir" bug. * Added support for iFP-7XX and iFP-8XX by Joseph Roback<joe@roback.cc>. * 7XX and 8XX series can download any file, change behavior of "download". * Change behavior of "ls"("ls" is same as "ls /").
Diffstat (limited to 'audio/ifp-line/patches')
-rw-r--r--audio/ifp-line/patches/patch-aa11
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/ifp-line/patches/patch-aa b/audio/ifp-line/patches/patch-aa
index 100ee938086..7de4e17ee0c 100644
--- a/audio/ifp-line/patches/patch-aa
+++ b/audio/ifp-line/patches/patch-aa
@@ -1,14 +1,13 @@
-$NetBSD: patch-aa,v 1.4 2004/05/22 09:30:45 wiz Exp $
-
---- Makefile.orig 2004-01-09 06:09:37.000000000 +0100
-+++ Makefile
-@@ -2,6 +2,6 @@
+--- Makefile.orig 2004-07-13 20:28:31.000000000 +0900
++++ Makefile 2004-07-13 20:29:06.000000000 +0900
+@@ -2,7 +2,7 @@
-CFLAGS = `libusb-config --cflags` -Wall -g
+CFLAGS = `libusb-config --cflags` -Wall -O2
LDFLAGS = `libusb-config --libs`
-PREFIX ?= /usr/local
--INSTALL ?= /usr/bin/install
+PREFIX ?= $(LOCALBASE)
+ MANDIR ?= ${PREFIX}/man/man1
+-INSTALL ?= /usr/bin/install
+INSTALL ?= install