Don't capture value of HOME.

This commit is contained in:
asau 2015-07-30 19:34:40 +00:00
parent d4470dd861
commit 0aa30fa6bf
3 changed files with 18 additions and 8 deletions

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.54 2015/07/30 05:26:14 asau Exp $
# $NetBSD: Makefile,v 1.55 2015/07/30 19:34:40 asau Exp $
DISTNAME= mercury-srcdist-14.01.1
PKGNAME= mercury-14.01.1
PKGREVISION= 3
PKGREVISION= 4
CATEGORIES= lang
MASTER_SITES= http://dl.mercurylang.org/release/ \
ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/ \

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.13 2015/01/04 19:37:02 asau Exp $
$NetBSD: distinfo,v 1.14 2015/07/30 19:34:40 asau Exp $
SHA1 (mercury-srcdist-14.01.1.tar.gz) = 8d8295aed6cadb6cd2e932490042de6075d18acf
RMD160 (mercury-srcdist-14.01.1.tar.gz) = 8ee4a5ee694985b6d6453bee86a3a7e12cc9d0ac
@ -10,4 +10,4 @@ SHA1 (patch-an) = 65bfb05147fe2f3663b35e494b8e8bf7fc6906e2
SHA1 (patch-ao) = c994597a95edc8376c4916333e7ad371752bbd2e
SHA1 (patch-ap) = 1779d182c543322c0083a6cca354a73fda4f7cb5
SHA1 (patch-aq) = fcf7b99650d9f288cbc4200c2bc48934f7198845
SHA1 (patch-at) = 9ec4846319d823a55cd944cc7436b9770d512be5
SHA1 (patch-at) = 41173e0ea5bffe06f8bcffb85cd8447831c3c044

View file

@ -1,10 +1,20 @@
$NetBSD: patch-at,v 1.3 2013/06/11 19:34:14 asau Exp $
$NetBSD: patch-at,v 1.4 2015/07/30 19:34:40 asau Exp $
Support shared libraries.
Don't capture value of HOME.
--- configure.orig 2013-05-28 05:23:38.000000000 +0000
+++ configure
@@ -11250,7 +11250,7 @@ $as_echo "yes" >&6; }
--- configure.orig 2014-09-08 08:56:03.000000000 +0400
+++ configure 2015-07-30 22:18:33.000000000 +0300
@@ -1514,7 +1514,7 @@
By default, \`make install' will install all the files in
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
-for instance \`--prefix=\$HOME'.
+for instance \`--prefix=\\\$HOME'.
For better control, use the options below.
@@ -11481,7 +11481,7 @@
EXT_FOR_SHARED_LIB=so
EXT_FOR_LINK_WITH_PIC_OBJECTS=o
;;