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-packmast.cpp | |
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-packmast.cpp')
-rw-r--r-- | archivers/upx/files/patch-packmast.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/upx/files/patch-packmast.cpp b/archivers/upx/files/patch-packmast.cpp new file mode 100644 index 000000000000..dd6aee41998b --- /dev/null +++ b/archivers/upx/files/patch-packmast.cpp @@ -0,0 +1,11 @@ +--- packmast.cpp.orig Tue Feb 17 06:32:00 2004 ++++ packmast.cpp Tue Feb 17 06:35:56 2004 +@@ -145,6 +145,8 @@ + return p; + if ((p = func(new PackLinuxI386(f),f)) != NULL) + return p; ++ if ((p = func(new PackFreeBSDI386(f),f)) != NULL) ++ return p; + if ((p = func(new PackSys(f),f)) != NULL) + return p; + if ((p = func(new PackCom(f),f)) != NULL) |