diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-02-17 03:05:13 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-02-17 03:05:13 +0000 |
commit | 45eebd566c5ab44d538bf10ed87eaea2dcfb05f9 (patch) | |
tree | 2667b9621b928eec912e441215b83864391db2a7 /archivers/upx/files/patch-conf.h | |
parent | Typo fix. (diff) |
New port: upx 1.24
UPX is a free, portable, extendable, high-performance executable
packer for several different executable formats. It achieves an
excellent compression ratio and offers very fast decompression.
Diffstat (limited to 'archivers/upx/files/patch-conf.h')
-rw-r--r-- | archivers/upx/files/patch-conf.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/archivers/upx/files/patch-conf.h b/archivers/upx/files/patch-conf.h new file mode 100644 index 000000000000..9c6f6f0d752f --- /dev/null +++ b/archivers/upx/files/patch-conf.h @@ -0,0 +1,19 @@ +--- conf.h.orig Wed Jan 28 02:49:57 2004 ++++ conf.h Tue Feb 17 06:24:41 2004 +@@ -109,7 +109,7 @@ + # define UPX_E_OK UCL_E_OK + # define UPX_E_ERROR UCL_E_ERROR + # define UPX_E_OUT_OF_MEMORY UCL_E_OUT_OF_MEMORY +-# define __UPX_ENTRY __UCL_ENTRY ++# define __UPX_ENTRY + # endif + #endif + #if defined(WITH_NRV) +@@ -518,6 +518,7 @@ + #define UPX_F_BVMLINUZ_i386 16 + #define UPX_F_ELKS_8086 17 + #define UPX_F_PS1_EXE 18 ++#define UPX_F_FREEBSD_i386 19 + #define UPX_F_ATARI_TOS 129 + #define UPX_F_SOLARIS_SPARC 130 + |