[Lunar-commits] <moonbase-other> gnustep-gui: fixup
v4hn
me at v4hn.de
Sat Sep 7 14:37:53 CEST 2013
commit 66eeb5b6ba795d6edfb933f496adebdd0efacfab
Author: v4hn <me at v4hn.de>
Date: Sat, 07 Sep 2013 05:32:45 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/66eeb5b6ba795d6edfb933f496adebdd0efacfab
gnustep-gui: fixup
add patch to work around this problem:
`echo > /usr/lib/libgnustep-gui.so; lin gnustep-gui`
---
gnustep/gnustep-gui/DETAILS | +3/-0
gnustep/gnustep-gui/PRE_BUILD | +4/-0
2 files changed, 7 insertions(+)
--- a/gnustep/gnustep-gui/DETAILS
+++ b/gnustep/gnustep-gui/DETAILS
@@ -1,8 +1,11 @@
MODULE=gnustep-gui
VERSION=0.23.1
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE-library-order.patch
SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:5ade25949809b89c250292906566bbfe41575e52
+ SOURCE2_VFY=sha1:a93ed401a45ec1f3385ddc31470b4bade3116bfc
WEB_SITE=http://gnustep.org/
ENTERED=20120714
UPDATED=20130901
--- /dev/null
+++ b/gnustep/gnustep-gui/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+
+# don't link against old system libraries
+patch_it $SOURCE2 0
More information about the Lunar-commits
mailing list