Add PATCH_SITES so that the patch can be fetched.

Make this package work on Solaris, and regen patch-sum file.
This commit is contained in:
agc 1999-08-10 11:16:58 +00:00
parent cdc339cc15
commit 23750aaff2
3 changed files with 24 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 1999/08/08 03:12:09 hubertf Exp $
# $NetBSD: Makefile,v 1.2 1999/08/10 11:16:58 agc Exp $
#
DISTNAME= lame-3.13
@ -6,6 +6,7 @@ CATEGORIES= audio
MASTER_SITES= http://hive.me.gu.edu.au/not_lame/
DISTFILES= dist10.tar.gz.a dist10.tar.gz.b
PATCHFILES= lame3.13.patch.gz
PATCH_SITES= ${MASTER_SITES}
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://hive.me.gu.edu.au/not_lame/

View file

@ -1,3 +1,3 @@
$NetBSD: patch-sum,v 1.2 1999/08/08 08:35:49 rh Exp $
$NetBSD: patch-sum,v 1.3 1999/08/10 11:16:59 agc Exp $
MD5 (patch-aa) = 430d348660e7fd6d4d93cf7817d1fa79
MD5 (patch-aa) = b5f330b513a98beb0811921cf45b560f

View file

@ -1,7 +1,9 @@
$NetBSD: patch-aa,v 1.1.1.1 1999/08/08 03:12:09 hubertf Exp $
$NetBSD: patch-aa,v 1.2 1999/08/10 11:16:59 agc Exp $
--- Makefile.orig Sun Aug 8 04:49:36 1999
+++ Makefile Sun Aug 8 04:49:53 1999
Adjust for gcc, and don't use Sun compiler on Solaris.
--- Makefile.orig Tue Aug 10 11:59:27 1999
+++ Makefile Tue Aug 10 12:04:40 1999
@@ -13,7 +13,7 @@
# defaults:
PGM = lame
@ -11,3 +13,18 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/08/08 03:12:09 hubertf Exp $
GTK =
GTKLIBS =
SNDLIB =
@@ -98,10 +98,10 @@
##########################################################################
# SunOS
##########################################################################
-ifeq ($(UNAME),SunOS)
- CC = cc
- MAKEDEP = -xM
-endif
+#ifeq ($(UNAME),SunOS)
+# CC = cc
+# MAKEDEP = -xM
+#endif
##########################################################################