remove ugly nasty hack, this is a much better way to get the same
end result.
This commit is contained in:
parent
9db67a7ec6
commit
1f252f3b75
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2004/01/05 13:53:35 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2004/01/10 03:15:19 brad Exp $
|
||||
|
||||
COMMENT= "library for manipulating ID3v1 and ID3v2 tags"
|
||||
|
||||
@ -24,9 +24,3 @@ CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
post-install:
|
||||
@rm ${PREFIX}/lib/libid3.so.${VERSION}
|
||||
@mv ${PREFIX}/lib/libid3-${VERSION}.so.${VERSION} \
|
||||
${PREFIX}/lib/libid3.so.${VERSION}
|
||||
.endif
|
||||
|
11
audio/id3lib/patches/patch-src_Makefile_in
Normal file
11
audio/id3lib/patches/patch-src_Makefile_in
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1 2004/01/10 03:15:19 brad Exp $
|
||||
--- src/Makefile.in.orig 2003-12-27 03:50:12.000000000 -0500
|
||||
+++ src/Makefile.in 2003-12-27 03:50:26.000000000 -0500
|
||||
@@ -183,7 +183,6 @@ libid3_la_SOURCES = $(id3lib_sources)
|
||||
|
||||
libid3_la_LDFLAGS = \
|
||||
-version-info $(LT_VERSION) \
|
||||
- -release $(LT_RELEASE) \
|
||||
-export-dynamic
|
||||
|
||||
subdir = src
|
Loading…
Reference in New Issue
Block a user