diff options
author | obache <obache@pkgsrc.org> | 2014-01-22 12:26:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-22 12:26:40 +0000 |
commit | 7d48b82c7d7e65f77c31aa2f319a11a0e242f751 (patch) | |
tree | 8f638469db155befa521b822484bff769a2d83c7 /emulators | |
parent | defc0e3e85302ceba033440ed5a7ef2e7c404cfd (diff) | |
download | pkgsrc-7d48b82c7d7e65f77c31aa2f319a11a0e242f751.tar.gz |
Import suse32_libffi-13.1 as emulators/suse131_32_libffi.
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.
This package supports running ELF binaries linked with glibc2 that
require libffi shared libraries.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse131_32_libffi/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/suse131_32_libffi/Makefile b/emulators/suse131_32_libffi/Makefile new file mode 100644 index 00000000000..c9089bf1fa8 --- /dev/null +++ b/emulators/suse131_32_libffi/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1 2014/01/22 12:26:40 obache Exp $ + +SUSE_COMPAT32= yes + +.include "${.CURDIR}/../suse131_libffi/Makefile" |