svn commit: r364991 - head/lang/ghc/files

Gabor Pali pgj at FreeBSD.org
Fri Aug 15 16:17:42 UTC 2014


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


More information about the svn-ports-all mailing list