diff --git a/packages/app-cdr/bin2iso/bin2iso-1.9b.exheres-0 b/packages/app-cdr/bin2iso/bin2iso-1.9b.exheres-0 index ec2eee0..7774a36 100644 --- a/packages/app-cdr/bin2iso/bin2iso-1.9b.exheres-0 +++ b/packages/app-cdr/bin2iso/bin2iso-1.9b.exheres-0 @@ -19,10 +19,12 @@ MYOPTIONS="" DEPENDENCIES="" -SKIP_FUNCTIONS="unpack" - WORK="${WORKBASE}" +src_unpack() { + : +} + src_compile() { $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o "${SRC}.out" "${FETCHEDDIR}/${SRC}" \ || die "compilation failed" diff --git a/packages/app-emulation/vhba-module/vhba-module.exlib b/packages/app-emulation/vhba-module/vhba-module.exlib index 529900d..1478b73 100644 --- a/packages/app-emulation/vhba-module/vhba-module.exlib +++ b/packages/app-emulation/vhba-module/vhba-module.exlib @@ -1,7 +1,7 @@ # Copyright 2009 Daniel Mierswa # Distributed under the terms of the GNU General Public License v2 -export_exlib_phases src_install pkg_postinst +export_exlib_phases src_compile src_install pkg_postinst require cdemu-common [ name=vhba-module ] SUMMARY="Kernel module for CD-ROM device emulation." @@ -14,7 +14,9 @@ DEPENDENCIES=" group/cdemu " -SKIP_FUNCTIONS="compile" +vhba-module_src_compile() { + : +} vhba-module_src_install() { dodir /usr/src