Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2012 17:27:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306027 - in head/graphics/liblqr-1: . files
Message-ID:  <201210171727.q9HHRk45022772@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 17 17:27:46 2012
New Revision: 306027
URL: http://svn.freebsd.org/changeset/ports/306027

Log:
  - 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

Added:
  head/graphics/liblqr-1/files/patch-configure   (contents, props changed)
Modified:
  head/graphics/liblqr-1/Makefile

Modified: head/graphics/liblqr-1/Makefile
==============================================================================
--- head/graphics/liblqr-1/Makefile	Wed Oct 17 17:26:20 2012	(r306026)
+++ head/graphics/liblqr-1/Makefile	Wed Oct 17 17:27:46 2012	(r306027)
@@ -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/

Added: head/graphics/liblqr-1/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/liblqr-1/files/patch-configure	Wed Oct 17 17:27:46 2012	(r306027)
@@ -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`:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210171727.q9HHRk45022772>