- Fix linking (remove -static flag)

- Bump PKGNAME

ok jakob@
This commit is contained in:
alek 2005-03-23 21:02:30 +00:00
parent 281c1e4c7c
commit 391f34cfbb
2 changed files with 14 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.24 2005/01/02 20:33:43 jakob Exp $
# $OpenBSD: Makefile,v 1.25 2005/03/23 21:02:30 alek Exp $
COMMENT= "lame ain't an MP3 encoder"
VERSION= 3.96.1
DISTNAME= lame-${VERSION}
PKGNAME= ${DISTNAME}p0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lame/}

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-frontend_Makefile_in,v 1.1 2005/03/23 21:02:30 alek Exp $
--- frontend/Makefile.in.orig Mon Mar 14 08:28:15 2005
+++ frontend/Makefile.in Mon Mar 14 08:28:20 2005
@@ -91,7 +91,7 @@ LDADD = @LDADD@ \
$(top_builddir)/libmp3lame/libmp3lame.la \
@FRONTEND_LDADD@
-LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ -static
+LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@