Apply simply patch to Makefile.in not Makefile.am so that we can remove
the BUILD_DEPENDs on automake.
This commit is contained in:
parent
036e10b010
commit
cbfeb63b47
3 changed files with 13 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2001/08/26 10:32:19 skrll Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2002/03/05 18:05:39 skrll Exp $
|
||||
#
|
||||
|
||||
DISTNAME= rio500-0.7
|
||||
|
@ -9,7 +9,6 @@ MAINTAINER= ad@netbsd.org
|
|||
HOMEPAGE= http://rio500.sourceforge.net/
|
||||
COMMENT= Utilities to manage your Diamond Rio 500 MP3 player
|
||||
|
||||
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
|
||||
DEPENDS+= glib>=1.2.0:../../devel/glib
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.2 2001/04/18 12:14:37 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2002/03/05 18:05:39 skrll Exp $
|
||||
|
||||
SHA1 (rio500-0.7.tar.gz) = f22237d3e13222da69d7b7a09f7e27e2aff8e1b8
|
||||
Size (rio500-0.7.tar.gz) = 169143 bytes
|
||||
SHA1 (patch-aa) = c52b1eb1ffbd083c6ae3c4f9cee51a278e2e8d0c
|
||||
SHA1 (patch-aa) = 037b0b5b0aaf5ba107dde56fadc1d613a94966ab
|
||||
SHA1 (patch-ab) = 668eca0fcdc2a3c55c12f8fe1a8c59c8e7ee0ba2
|
||||
SHA1 (patch-ac) = 6dcf08fcfb89177844b311bffb07a4eb9683d131
|
||||
SHA1 (patch-ad) = 04fa62f4246d7dfe7208a5424505676b0cb7b5d8
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2000/07/28 14:59:05 ad Exp $
|
||||
$NetBSD: patch-aa,v 1.2 2002/03/05 18:05:40 skrll Exp $
|
||||
|
||||
--- include/Makefile.am.orig Fri Jul 28 15:34:49 2000
|
||||
+++ include/Makefile.am Fri Jul 28 15:34:58 2000
|
||||
@@ -1,2 +1,2 @@
|
||||
--- include/Makefile.in.orig Tue Mar 5 09:53:07 2002
|
||||
+++ include/Makefile.in
|
||||
@@ -86,7 +86,7 @@
|
||||
fontpath = @fontpath@
|
||||
psffont = @psffont@
|
||||
|
||||
-include_HEADERS = libfon.h libpsf.h librio500.h librio500_api.h getopt.h
|
||||
+include_HEADERS = libfon.h libpsf.h librio500.h librio500_api.h
|
||||
+include_HEADERS = libfon.h libpsf.h librio500.h librio500_api.h
|
||||
extra_DIST = usbdevice_fs.h usbdevfs.h usbdrv.h rio500_usb.h
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = config.h
|
||||
|
|
Loading…
Reference in a new issue