svn commit: r352746 - head/lang/ezm3/files
Andrey A. Chernov
ache at FreeBSD.org
Thu May 1 14:00:06 UTC 2014
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
More information about the svn-ports-all
mailing list