[Lunar-commits] <moonbase-other> ffcall: Adding a patch for make > 1.

Dennis Veatch dennisveatch at bellsouth.net
Sat Aug 23 16:10:20 CEST 2014


commit 5b18eef5cfd4103babd61fb9ff83366cd626663c
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sat, 23 Aug 2014 10:09:44 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/5b18eef5cfd4103babd61fb9ff83366cd626663c

ffcall: Adding a patch for make > 1.
---
  devel/ffcall/BUILD   | +4/-0     
  devel/ffcall/DETAILS | +3/-1     
  2 files changed, 7 insertions(+), 1 deletion(-)

--- /dev/null
+++ b/devel/ffcall/BUILD
@@ -0,0 +1,4 @@
+
+  patch_it $SOURCE2 1 &&\
+
+  default_build
--- a/devel/ffcall/DETAILS
+++ b/devel/ffcall/DETAILS
@@ -1,14 +1,16 @@
           MODULE=ffcall
          VERSION=1.10
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=ffcall-make-jN.patch
       SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/libs/
+     SOURCE2_URL=http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/ffcall/files/
       SOURCE_VFY=sha1:6b4fdc7bd38b434bbf3d65508a3d117fc8b349f3
+     SOURCE2_VFY=sha1:0b252f40db366816f3a9035c975c85fc5389595c
         WEB_SITE=http://www.haible.de/bruno/packages-ffcall-README.html
          ENTERED=20021225
          UPDATED=20050928
            SHORT="foreign function call interfaces in embedded interpreters"
 
-PSAFE="no"
 cat << EOF
 A collection of four libraries used to build foreign function call interfaces
 in embedded interpreters. The packages are: avcall - calling C functions with




More information about the Lunar-commits mailing list