diff options
Diffstat (limited to 'sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.9.ebuild')
-rw-r--r-- | sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.9.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.9.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.9.ebuild index 79c567828ddc..366d46b0bdb0 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.9.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.9.ebuild @@ -27,6 +27,10 @@ DEPEND=" " RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}"/${P}-Fix-missing-header-without-LZO.patch +) + src_prepare() { default [[ ${PV} == "9999" ]] && eautoreconf |