libffi: update to 3.0.9.
This commit is contained in:
parent
4f14e91ef8
commit
d30b3d993a
|
@ -5,8 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
Add_dependency run glibc-devel
|
||||||
|
|
||||||
Add_dependency run libffi
|
Add_dependency run libffi
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -1,11 +1,20 @@
|
||||||
--- include/Makefile.in.orig 2009-11-17 03:20:27.967671016 +0100
|
--- include/Makefile.in.orig 2010-05-11 19:03:20.645903854 +0200
|
||||||
+++ include/Makefile.in 2009-11-17 03:21:20.354047994 +0100
|
+++ include/Makefile.in 2010-05-11 19:04:02.930565181 +0200
|
||||||
@@ -185,7 +185,7 @@ top_srcdir = @top_srcdir@
|
@@ -44,7 +44,7 @@ am__aclocal_m4_deps = $(top_srcdir)/acin
|
||||||
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
|
$(ACLOCAL_M4)
|
||||||
|
mkinstalldirs = $(install_sh) -d
|
||||||
|
-CONFIG_HEADER = $(top_builddir)/fficonfig.h
|
||||||
|
+CONFIG_HEADER = $(builddir)/fficonfig.h
|
||||||
|
CONFIG_CLEAN_FILES = ffi.h ffitarget.h
|
||||||
|
CONFIG_CLEAN_VPATH_FILES =
|
||||||
|
SOURCES =
|
||||||
|
@@ -203,7 +203,7 @@ top_srcdir = @top_srcdir@
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
DISTCLEANFILES = ffitarget.h
|
DISTCLEANFILES = ffitarget.h
|
||||||
EXTRA_DIST = ffi.h.in ffi_common.h
|
EXTRA_DIST = ffi.h.in ffi_common.h
|
||||||
-includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
|
-includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
|
||||||
+includesdir = @prefix@/include
|
+includesdir = @prefix@/include
|
||||||
nodist_includes_HEADERS = ffi.h ffitarget.h
|
nodist_includes_HEADERS = ffi.h ffitarget.h
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'libffi'
|
# Template file for 'libffi'
|
||||||
pkgname=libffi
|
pkgname=libffi
|
||||||
version=3.0.8
|
version=3.0.9
|
||||||
revision=1
|
|
||||||
distfiles="ftp://sourceware.org/pub/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="ftp://sourceware.org/pub/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
configure_args="--includedir=/usr/include"
|
||||||
short_desc="Library supporting Foreign Function Interfaces"
|
short_desc="Library supporting Foreign Function Interfaces"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=2c7c5b88a68fb362262889ba25ef25dc27864b7bbf03547a8a36b8d567569406
|
checksum=589d25152318bc780cd8919b14670793f4971d9838dab46ed38c32b3ee92c452
|
||||||
long_desc="
|
long_desc="
|
||||||
The libffi library provides a portable, high level programming
|
The libffi library provides a portable, high level programming
|
||||||
interface to various calling conventions. This allows a programmer to
|
interface to various calling conventions. This allows a programmer to
|
||||||
|
@ -27,5 +27,5 @@ long_desc="
|
||||||
between the two languages."
|
between the two languages."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
Add_dependency build texinfo
|
Add_dependency build texinfo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user