FYI, current upstream LLVM devs do not interest --enable-shared llvm-config as NAKAMURA Takumi said. http://llvm.org/bugs/show_bug.cgi?id=13430 https://twitter.com/chapuni/status/407790915382558720
Signed-off-by: KIMURA Masaru <[email protected]> --- 3.1-llvm-config.patch | 11 ----------- llvm.cygport | 3 +-- 2 files changed, 1 insertions(+), 13 deletions(-) delete mode 100644 3.1-llvm-config.patch diff --git a/3.1-llvm-config.patch b/3.1-llvm-config.patch deleted file mode 100644 index e5cd2b7..0000000 --- a/3.1-llvm-config.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- origsrc/llvm-3.1.src/tools/llvm-config/llvm-config.cpp 2012-05-15 17:06:08.000000000 -0500 -+++ src/llvm-3.1.src/tools/llvm-config/llvm-config.cpp 2012-07-04 16:49:45.965537100 -0500 -@@ -279,7 +279,7 @@ int main(int argc, char **argv) { - OS << "-L" << ActiveLibDir << ' ' << LLVM_LDFLAGS - << ' ' << LLVM_SYSTEM_LIBS << '\n'; - } else if (Arg == "--libs") { -- PrintLibs = true; -+ OS << "-lLLVM-" << PACKAGE_VERSION << '\n'; - } else if (Arg == "--libnames") { - PrintLibNames = true; - } else if (Arg == "--libfiles") { diff --git a/llvm.cygport b/llvm.cygport index 8fead96..35f426b 100644 --- a/llvm.cygport +++ b/llvm.cygport @@ -2,7 +2,7 @@ inherit ocaml python python3 NAME="llvm" VERSION=3.1 -RELEASE=3 +RELEASE=4 CATEGORY="Interpreters Devel" SUMMARY="LLVM bytecode interpreter and toolchain" DESCRIPTION="The LLVM Core libraries provide a modern source- and target- @@ -19,7 +19,6 @@ PATCH_URI=" mirror://portage/sys-devel/${PN}/files/${P}-ivybridge_support.patch 2.9-implib.patch 2.9-python-ctypes.patch - 3.1-llvm-config.patch 3.0-analyzer-realpath.patch 3.0-cygwin-dllexport.patch 3.1-cygwin-includes.patch -- 1.7.9 ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
