summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/knutclient-kde4/Makefile3
-rw-r--r--sysutils/knutclient/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/knutclient-kde4/Makefile b/sysutils/knutclient-kde4/Makefile
index 7da8001bc3a8..edf18b570532 100644
--- a/sysutils/knutclient-kde4/Makefile
+++ b/sysutils/knutclient-kde4/Makefile
@@ -17,7 +17,8 @@ USE_KDELIBS_VER=3
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-mt
+CONFIGURE_ARGS= --enable-mt \
+ --program-transform-name=''
post-patch:
@${REINPLACE_CMD} -E \
diff --git a/sysutils/knutclient/Makefile b/sysutils/knutclient/Makefile
index 7da8001bc3a8..edf18b570532 100644
--- a/sysutils/knutclient/Makefile
+++ b/sysutils/knutclient/Makefile
@@ -17,7 +17,8 @@ USE_KDELIBS_VER=3
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-mt
+CONFIGURE_ARGS= --enable-mt \
+ --program-transform-name=''
post-patch:
@${REINPLACE_CMD} -E \