mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Fix build in the case of path= environement variable is set
PR: 172747 Submitted by: João Rocha Braga Filho <goffredo@gmail.com> Feature safe: yes
This commit is contained in:
parent
c504d442d1
commit
d43121ae1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306027
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= liblqr-1
|
||||
DISTVERSION= 0.4.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://liblqr.wdfiles.com/local--files/en:download-page/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
|
12
graphics/liblqr-1/files/patch-configure
Normal file
12
graphics/liblqr-1/files/patch-configure
Normal file
@ -0,0 +1,12 @@
|
||||
Fix user-set path envvar confusing libtool
|
||||
--- configure.orig 2009-05-12 03:41:59.000000000 +0400
|
||||
+++ configure 2012-10-17 21:18:41.318049637 +0400
|
||||
@@ -19894,7 +19894,7 @@
|
||||
|
||||
cat <<_LT_EOF >> "$cfgfile"
|
||||
#! $SHELL
|
||||
-
|
||||
+path=
|
||||
# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
|
||||
# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
|
||||
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
|
Loading…
Reference in New Issue
Block a user