Add missing mk/curses buildlink.
Respect LDFLAGS Bump PKGREVISION
This commit is contained in:
parent
85a9180a3d
commit
3c0ccbf49b
3 changed files with 17 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.16 2010/03/14 17:55:28 martin Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2011/12/17 10:14:44 sbd Exp $
|
||||
#
|
||||
|
||||
DISTNAME= liveice
|
||||
PKGNAME= liveice-0.20001121
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://star.arm.ac.uk/~spm/software/
|
||||
|
||||
|
@ -37,5 +37,6 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/doc/liveice
|
||||
.endfor
|
||||
|
||||
.include "../../mk/curses.buildlink3.mk"
|
||||
.include "../../mk/oss.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.5 2005/12/11 22:24:03 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.6 2011/12/17 10:14:44 sbd Exp $
|
||||
|
||||
SHA1 (liveice-0.20001121/liveice.tar.gz) = 029657129e98d837e3c978885cfb52772d4551c9
|
||||
RMD160 (liveice-0.20001121/liveice.tar.gz) = 5739b4e92e17d4d6288573eee257a4fc07a612a8
|
||||
Size (liveice-0.20001121/liveice.tar.gz) = 85171 bytes
|
||||
SHA1 (patch-Makefile.in) = 66422cb7eab60596784d24a25cb9fe9656281a78
|
||||
SHA1 (patch-aa) = 367d7fa0b9cc20420814dad2db398a0f84b04982
|
||||
SHA1 (patch-ab) = 4306e08e1653100ddaa7ef5a7f40446dc1873191
|
||||
SHA1 (patch-ac) = 60963cab7c823e81170e64dfaee074845aa8f0cc
|
||||
|
|
12
audio/liveice/patches/patch-Makefile.in
Normal file
12
audio/liveice/patches/patch-Makefile.in
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-Makefile.in,v 1.1 2011/12/17 10:14:44 sbd Exp $
|
||||
|
||||
--- Makefile.in.orig 2000-05-23 18:08:10.000000000 +0000
|
||||
+++ Makefile.in
|
||||
@@ -1,6 +1,6 @@
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@
|
||||
-LDFLAGS = @LIBS@
|
||||
+LDFLAGS = @LDFLAGS@ @LIBS@
|
||||
SHELL=/bin/sh
|
||||
|
||||
srcdir = @srcdir@
|
Loading…
Reference in a new issue