Make sure that our package libtool is used.
This commit is contained in:
parent
e01cfada9d
commit
8e15c25b42
3 changed files with 23 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
$NetBSD: patch-sum,v 1.1.1.1 1999/12/10 01:33:28 hubertf Exp $
|
||||
$NetBSD: patch-sum,v 1.2 2000/03/07 22:45:10 tron Exp $
|
||||
|
||||
MD5 (patch-aa) = cd8cccf5c14738092ba5bbac4a906555
|
||||
MD5 (patch-ab) = 08ee0f93834cabaa286e692072e884d4
|
||||
MD5 (patch-ac) = 1ade5eed1ed50c172ee4048a8586a899
|
||||
|
|
20
audio/libmikmod/patches/patch-ac
Normal file
20
audio/libmikmod/patches/patch-ac
Normal file
|
@ -0,0 +1,20 @@
|
|||
$NetBSD: patch-ac,v 1.1 2000/03/07 22:45:10 tron Exp $
|
||||
|
||||
--- configure.orig Mon Jun 28 05:57:18 1999
|
||||
+++ configure Tue Mar 7 23:38:45 2000
|
||||
@@ -1618,6 +1618,7 @@
|
||||
|
||||
|
||||
|
||||
+if false; then
|
||||
# Check for any special flags to pass to ltconfig.
|
||||
libtool_flags="--cache-file=$cache_file"
|
||||
test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
|
||||
@@ -1771,6 +1772,7 @@
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
+fi
|
||||
|
||||
# Redirect the config.log output again, so that the ltconfig log is not
|
||||
# clobbered by the next message.
|
|
@ -1,6 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/10 01:33:28 hubertf Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2000/03/07 22:45:10 tron Exp $
|
||||
include/mikmod.h
|
||||
lib/libmikmod.la
|
||||
lib/libmikmod.so.2.0
|
||||
lib/libmikmod.a
|
||||
@unexec install-info --delete %D/info/mikmod.info %D/info/dir
|
||||
|
|
Loading…
Reference in a new issue