summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/Horde_Auth/Horde_Auth-0.1.0.ebuild')
-rw-r--r--dev-php/Horde_Auth/Horde_Auth-0.1.0.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-php/Horde_Auth/Horde_Auth-0.1.0.ebuild b/dev-php/Horde_Auth/Horde_Auth-0.1.0.ebuild
index 01cfa78..c1e68ba 100644
--- a/dev-php/Horde_Auth/Horde_Auth-0.1.0.ebuild
+++ b/dev-php/Horde_Auth/Horde_Auth-0.1.0.ebuild
@@ -25,3 +25,10 @@ DEPEND="dev-php/PEAR-Horde-Channel
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PEAR_PN}"
+
+src_unpack() {
+
+ unpack ${A} && cd "${S}"
+
+ epatch "${FILESDIR}"/HK-GW-Auth-Special_user_login.patch
+}