diff options
author | rodent <rodent@pkgsrc.org> | 2014-12-17 01:32:54 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-12-17 01:32:54 +0000 |
commit | 7c0ae6186288f0723b3acc86fd88f6ed44087cc5 (patch) | |
tree | cda16a9fbec7c180049680eeffa9d9f8666ade37 | |
parent | 10ed84bd8117b5e142053ef9ef79f60769788cf8 (diff) | |
download | pkgsrc-7c0ae6186288f0723b3acc86fd88f6ed44087cc5.tar.gz |
Import suse32_gstreamer-13.1 as emulators/suse131_32_gstreamer.
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 the gstreamer shared libraries.
-rw-r--r-- | emulators/suse131_32_gstreamer/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/suse131_32_gstreamer/Makefile b/emulators/suse131_32_gstreamer/Makefile new file mode 100644 index 00000000000..0b085807d61 --- /dev/null +++ b/emulators/suse131_32_gstreamer/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1 2014/12/17 01:32:54 rodent Exp $ + +SUSE_COMPAT32= yes + +.include "${.CURDIR}/../suse131_gstreamer/Makefile" |