diff options
author | 2007-02-13 00:58:48 +0000 | |
---|---|---|
committer | 2007-02-13 00:58:48 +0000 | |
commit | 2cb303966d26b9890325a4df9b06abd2e529db16 (patch) | |
tree | 7d29f6f367709f249cef4d883f67213dd7518eed /x11-misc/xac/files | |
parent | Stable on amd64, bug 162460. (diff) | |
download | historical-2cb303966d26b9890325a4df9b06abd2e529db16.tar.gz historical-2cb303966d26b9890325a4df9b06abd2e529db16.tar.bz2 historical-2cb303966d26b9890325a4df9b06abd2e529db16.zip |
Fixed missing gzopen issue.
Package-Manager: portage-2.1.2-r8
Diffstat (limited to 'x11-misc/xac/files')
-rw-r--r-- | x11-misc/xac/files/xac-lz.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-misc/xac/files/xac-lz.patch b/x11-misc/xac/files/xac-lz.patch new file mode 100644 index 000000000000..98d84104adb8 --- /dev/null +++ b/x11-misc/xac/files/xac-lz.patch @@ -0,0 +1,11 @@ +--- src/setup.bak 2007-02-12 19:52:58.000000000 -0500 ++++ src/setup.py 2007-02-12 19:51:44.000000000 -0500 +@@ -2,7 +2,7 @@ + from distutils.core import setup, Extension + + pci_module = Extension("pci", +- libraries = ["pci"], ++ libraries = ["pci", "z"], + sources = ["pcimodule.c"]) + + vbe_module = Extension("vbe", |