File snipl-enable-x86_64-arch.patch of Package snipl
--- snipl-0.2.3.0/Makefile 2013-12-12 13:31:45.000000000 -0500 +++ snipl-0.2.3.0/Makefile 2013-12-12 13:58:18.000000000 -0500 @@ -13,7 +13,7 @@ # constitutes recipient's acceptance of this agreement. # -ifeq ($(shell uname -m),s390x) +ifneq ($(shell uname -m),s390) LIB_STRING = lib64 else LIB_STRING = lib