mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Do not install useless .la file
PR: 45919 Submitted by: Ports Fury
This commit is contained in:
parent
c220820f29
commit
6e752fef3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71793
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= libsidplay2
|
||||
PORTVERSION= 2.0.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio emulators
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= sidplay2
|
||||
@ -19,9 +20,13 @@ LIB_DEPENDS= resid.2:${PORTSDIR}/audio/resid
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME:S/2//}-${PORTVERSION}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --with-resid-includes=${LOCALBASE}/include \
|
||||
--with-resid-library=${LOCALBASE}/lib
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${CHMOD} +rw ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
12
audio/libsidplay2/files/patch-configure
Normal file
12
audio/libsidplay2/files/patch-configure
Normal file
@ -0,0 +1,12 @@
|
||||
--- configure.orig Tue May 8 02:23:11 2001
|
||||
+++ configure Sun Dec 1 07:12:29 2002
|
||||
@@ -1838,7 +1838,8 @@
|
||||
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
|
||||
+LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -1,11 +0,0 @@
|
||||
--- configure.orig Mon May 7 19:23:11 2001
|
||||
+++ configure Mon Nov 18 05:04:02 2002
|
||||
@@ -1841,7 +1841,7 @@
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
|
||||
|
||||
# Always use our own libtool.
|
||||
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
+LIBTOOL='libtool'
|
||||
|
||||
# Redirect the config.log output again, so that the ltconfig log is not
|
||||
# clobbered by the next message.
|
@ -6,7 +6,6 @@ include/sidplay/sidendian.h
|
||||
include/sidplay/sidplay2.h
|
||||
include/sidplay/sidtypes.h
|
||||
lib/libsidplay2.a
|
||||
lib/libsidplay2.la
|
||||
lib/libsidplay2.so
|
||||
lib/libsidplay2.so.0
|
||||
@dirrm include/sidplay
|
||||
|
Loading…
Reference in New Issue
Block a user