[Lunar-commits] <moonbase-other> OpenGTL: fix build with llvm 3.3

v4hn me at v4hn.de
Mon Aug 26 01:38:08 CEST 2013


commit 846162c21d4c73ed5bfb9850e288cc718e11ba13
Author: v4hn <me at v4hn.de>
Date: Sun, 25 Aug 2013 16:37:07 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/846162c21d4c73ed5bfb9850e288cc718e11ba13

OpenGTL: fix build with llvm 3.3

Where did you look dveatch?

Archlinux already provides a patch for that...
---
  libs/OpenGTL/DETAILS   | +3/-0     
  libs/OpenGTL/PRE_BUILD | +5/-0     
  2 files changed, 8 insertions(+)

--- a/libs/OpenGTL/DETAILS
+++ b/libs/OpenGTL/DETAILS
@@ -1,8 +1,11 @@
           MODULE=OpenGTL
          VERSION=0.9.18
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=opengtl-0.9.18-llvm-3.3.patch
       SOURCE_URL=http://download.opengtl.org/
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:16d3ee27dedaf43d793870ac5ec5d22a900cdd20
+     SOURCE2_VFY=sha1:5679b8905bb7403e173bdf3037e9f08ff696aa90
         WEB_SITE=http://opengtl.org/
          ENTERED=20090128
          UPDATED=20130327
--- /dev/null
+++ b/libs/OpenGTL/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+
+sedit "s:#include <png.h>:\0\n#include <string.h>:" Extensions/PngDC/PngDC.cpp &&
+
+patch_it $SOURCE2 1




More information about the Lunar-commits mailing list