diff options
author | kamil <kamil@pkgsrc.org> | 2015-09-26 00:19:53 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2015-09-26 00:19:53 +0000 |
commit | a8cc987621fb4039d436288771c6fe64fdcb6289 (patch) | |
tree | b4e5ed0748504cab521ecac1fccb4214a0473dad /emulators | |
parent | e7d1b48f53fcde34ed8947e1e4a240645e2f62a8 (diff) | |
download | pkgsrc-a8cc987621fb4039d436288771c6fe64fdcb6289.tar.gz |
Import libgc1-7.2d-2.1.2 as emulators/suse131_32_libgc
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 gc1 that require
Boehm-Demers-Weiser conservative garbage collector libraries.
Packaged in wip by Kamil Rytarowski.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse131_32_libgc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/suse131_32_libgc/Makefile b/emulators/suse131_32_libgc/Makefile new file mode 100644 index 00000000000..54e32649f07 --- /dev/null +++ b/emulators/suse131_32_libgc/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1 2015/09/26 00:19:53 kamil Exp $ + +SUSE_COMPAT32= yes + +.include "${.CURDIR}/../suse131_libgc/Makefile" |