Update to libxmp 4.2.0.

ok brad@
This commit is contained in:
shadchin 2013-12-19 18:07:31 +00:00
parent f510c1dcfc
commit d17a582ee5
3 changed files with 10 additions and 10 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/06/19 15:55:03 shadchin Exp $
# $OpenBSD: Makefile,v 1.2 2013/12/19 18:07:31 shadchin Exp $
SHARED_ONLY = Yes
COMMENT = module player library
DISTNAME = libxmp-4.1.5
DISTNAME = libxmp-4.2.0
CATEGORIES = audio
SHARED_LIBS += xmp 0.0 # 4.1
SHARED_LIBS += xmp 0.1 # 4.2
HOMEPAGE = http://xmp.sourceforge.net/

View File

@ -1,2 +1,2 @@
SHA256 (libxmp-4.1.5.tar.gz) = 9ZmSgMgW+S0S1ue6245UlQC3pCCmh/3yaLqpBZgccjM=
SIZE (libxmp-4.1.5.tar.gz) = 845289
SHA256 (libxmp-4.2.0.tar.gz) = O+U9tg+viX9NT+E4hSw1psic76dA6NhBwMBNg3PKC6k=
SIZE (libxmp-4.2.0.tar.gz) = 862134

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2013/06/19 15:55:03 shadchin Exp $
--- Makefile.in.orig Sun May 19 22:37:10 2013
+++ Makefile.in Mon May 20 12:20:46 2013
$OpenBSD: patch-Makefile_in,v 1.2 2013/12/19 18:07:31 shadchin Exp $
--- Makefile.in.orig Mon Sep 2 04:14:50 2013
+++ Makefile.in Tue Dec 10 00:02:45 2013
@@ -33,7 +33,7 @@ DDIRS = docs include src loaders prowiz depackers win
V = 0
LIB = libxmp.a
@ -14,8 +14,8 @@ $OpenBSD: patch-Makefile_in,v 1.1.1.1 2013/06/19 15:55:03 shadchin Exp $
lib/$(SHLIB): $(LOBJS)
@mkdir -p lib
- @CMD='$(CC) -shared -Wl,-soname,$(SONAME) $(LD_VERSCRIPT) -o $@ $(LOBJS) $(LIBS)'; \
+ @CMD='$(CC) -shared $(LD_VERSCRIPT) -o $@ $(LOBJS) $(LIBS)'; \
- @CMD='$(LD) $(LDFLAGS) -shared -Wl,-soname,$(SONAME) $(LD_VERSCRIPT) -o $@ $(LOBJS) $(LIBS)'; \
+ @CMD='$(LD) $(LDFLAGS) -shared $(LD_VERSCRIPT) -o $@ $(LOBJS) $(LIBS)'; \
if [ "$(V)" -gt 0 ]; then echo $$CMD; else echo LD $@ ; fi; \
eval $$CMD
ln -sf $(SHLIB) lib/$(SONAME)