diff --git a/srcpkgs/zeroc-mcpp/patches/no-m32.patch b/srcpkgs/zeroc-mcpp/patches/no-m32.patch new file mode 100644 index 00000000000..dbe198ece4c --- /dev/null +++ b/srcpkgs/zeroc-mcpp/patches/no-m32.patch @@ -0,0 +1,12 @@ +Index: Makefile +=================================================================== +--- Makefile.orig ++++ Makefile +@@ -21,7 +21,6 @@ ifeq ($(UNAME),Linux) + override CFLAGS += -fPIC -Wno-maybe-uninitialized -Wno-implicit-function-declaration -Wno-unused-result + + ifeq ($(MACHINE),i686) +- override CFLAGS += -m32 + # + # Ubuntu. + #