Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 16:17:42 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364991 - head/lang/ghc/files
Message-ID:  <201408151617.s7FGHgio048413@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pgj
Date: Fri Aug 15 16:17:42 2014
New Revision: 364991
URL: http://svnweb.freebsd.org/changeset/ports/364991
QAT: https://qat.redports.org/buildarchive/r364991/

Log:
  - Get the previous configure fix actually right
  
  Obtained from:	FreeBSD Haskell

Modified:
  head/lang/ghc/files/patch-aclocal.m4

Modified: head/lang/ghc/files/patch-aclocal.m4
==============================================================================
--- head/lang/ghc/files/patch-aclocal.m4	Fri Aug 15 16:17:20 2014	(r364990)
+++ head/lang/ghc/files/patch-aclocal.m4	Fri Aug 15 16:17:42 2014	(r364991)
@@ -14,7 +14,7 @@
      dnl the user to pass them in via LDFLAGS.
      changequote(, )dnl
 -    GHC_LDFLAGS=`echo $LDFLAGS | sed 's/\(^\| \)\([^ ]\)/\1-optl\2/g'`
-+    GHC_LDFLAGS=`echo $LDFLAGS | sed -E 's/\(^\| \)\([^ ]\)/\1-optl\2/g'`
++    GHC_LDFLAGS=`echo $LDFLAGS | sed -r 's/(^| )([^ ])/\1-optl\2/g'`
      changequote([, ])dnl
      if ! "$WithGhc" $GHC_LDFLAGS -v0 -no-user-$GHC_PACKAGE_DB_FLAG -hidir utils/ghc-pwd/dist-boot -odir utils/ghc-pwd/dist-boot -stubdir utils/ghc-pwd/dist-boot --make utils/ghc-pwd/Main.hs -o utils/ghc-pwd/dist-boot/ghc-pwd
      then



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