Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2014 14:00:06 +0000 (UTC)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352746 - head/lang/ezm3/files
Message-ID:  <201405011400.s41E06vv071107@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ache
Date: Thu May  1 14:00:05 2014
New Revision: 352746
URL: http://svnweb.freebsd.org/changeset/ports/352746
QAT: https://qat.redports.org/buildarchive/r352746/

Log:
  Fix building with clang on i386 (clang assume -Wl,-rpath and not -R)

Added:
  head/lang/ezm3/files/patch-m3config__src__FreeBSD4   (contents, props changed)

Added: head/lang/ezm3/files/patch-m3config__src__FreeBSD4
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/ezm3/files/patch-m3config__src__FreeBSD4	Thu May  1 14:00:05 2014	(r352746)
@@ -0,0 +1,11 @@
+--- m3config/src/FreeBSD4.bak	2001-12-31 03:00:37.000000000 +0300
++++ m3config/src/FreeBSD4	2014-05-01 17:28:07.000000000 +0400
+@@ -26,8 +26,6 @@
+ MAKESHLIB = ["cc","-shared"]
+ OPT_FLAG = "-O"
+ RANLIB = ["ranlib"]
+-RPATH_FLAG = "-R"
+-RPATH_prefix = ""
+ RPATH_LIB_USE_ONLY = "T"
+ 
+ % FreeBSD requires a version number on each shared library.  Don't try



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