diff options
-rw-r--r-- | archivers/upx/files/patch-src-packer.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/upx/files/patch-src-packer.h b/archivers/upx/files/patch-src-packer.h new file mode 100644 index 000000000000..eac326a34a63 --- /dev/null +++ b/archivers/upx/files/patch-src-packer.h @@ -0,0 +1,11 @@ +--- src/packer.h.orig 2007-07-04 17:39:57.000000000 +0000 ++++ src/packer.h 2007-07-04 17:40:14.000000000 +0000 +@@ -235,7 +235,7 @@ + void addLoader(C,C,C,C,C,C,C,C); void addLoader(C,C,C,C,C,C,C,C,C); + void addLoader(C,C,C,C,C,C,C,C,C,C); + #undef C +-#if 1 && (ACC_CC_GNUC >= 0x040100) ++#if 0 && (ACC_CC_GNUC >= 0x040100) + void __acc_cdecl_va addLoaderVA(const char *s, ...) __attribute__((__sentinel__)); + #else + void __acc_cdecl_va addLoaderVA(const char *s, ...); |