summaryrefslogtreecommitdiff
path: root/audio/lame
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-10 11:16:58 +0000
committeragc <agc@pkgsrc.org>1999-08-10 11:16:58 +0000
commit23750aaff214b77c7640b24ca0ec5667e3646ac0 (patch)
treebde99285067ae24d025a36049a9b876634d28cf7 /audio/lame
parentcdc339cc151fa8bcc126ae13387a8d47e82255e4 (diff)
downloadpkgsrc-23750aaff214b77c7640b24ca0ec5667e3646ac0.tar.gz
Add PATCH_SITES so that the patch can be fetched.
Make this package work on Solaris, and regen patch-sum file.
Diffstat (limited to 'audio/lame')
-rw-r--r--audio/lame/Makefile3
-rw-r--r--audio/lame/files/patch-sum4
-rw-r--r--audio/lame/patches/patch-aa23
3 files changed, 24 insertions, 6 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile
index c337dbd1b12..d5b6c4be5fc 100644
--- a/audio/lame/Makefile
+++ b/audio/lame/Makefile
@@ -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/
diff --git a/audio/lame/files/patch-sum b/audio/lame/files/patch-sum
index c74a59a079d..e829e928b36 100644
--- a/audio/lame/files/patch-sum
+++ b/audio/lame/files/patch-sum
@@ -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
diff --git a/audio/lame/patches/patch-aa b/audio/lame/patches/patch-aa
index 904c7ec9601..e1485b15a18 100644
--- a/audio/lame/patches/patch-aa
+++ b/audio/lame/patches/patch-aa
@@ -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
+
+
+ ##########################################################################