aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2009-07-03 06:29:21 +0800
committermezz <mezz@FreeBSD.org>2009-07-03 06:29:21 +0800
commit5c7113228941de6a489c29b5480fb16ac7bdadfa (patch)
tree9d10d87374da3955582c189b67ba704651d51d6b /irc
parentfa3e89f992a94e32f53774cfe298105b21754ea7 (diff)
downloadfreebsd-ports-gnome-5c7113228941de6a489c29b5480fb16ac7bdadfa.tar.gz
freebsd-ports-gnome-5c7113228941de6a489c29b5480fb16ac7bdadfa.tar.zst
freebsd-ports-gnome-5c7113228941de6a489c29b5480fb16ac7bdadfa.zip
Use LTMAIN instead of hardcore.
Approved by: Armin Pirkovitsch <a.pirko@inode.at> (maintainer)
Diffstat (limited to 'irc')
-rw-r--r--irc/kvirc-devel/Makefile1
-rw-r--r--irc/kvirc-devel/files/patch-configure2
2 files changed, 2 insertions, 1 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile
index 98940c4b6ff6..fba71babc819 100644
--- a/irc/kvirc-devel/Makefile
+++ b/irc/kvirc-devel/Makefile
@@ -67,6 +67,7 @@ post-patch:
-e "s,.SS_KDE_GENERAL_DIR/share/applnk,${PREFIX}/share/applnk," \
-e "s,.SS_KDE_GENERAL_DIR/share/mimelnk,${PREFIX}/share/mimelnk," \
-e "s,kdeservicesdir=\".SS_KDE_SERVICESDIR\",kdeservicesdir=\"${PREFIX}/share/services\"," \
+ -e "s,%%LTMAIN%%,${LTMAIN}," \
${WRKSRC}/configure
post-configure:
@${MV} ${WRKSRC}/data/protocols/irc.protocol ${WRKSRC}/data/protocols/kvirc.protocol
diff --git a/irc/kvirc-devel/files/patch-configure b/irc/kvirc-devel/files/patch-configure
index 61a674feb905..b5d568add39f 100644
--- a/irc/kvirc-devel/files/patch-configure
+++ b/irc/kvirc-devel/files/patch-configure
@@ -5,7 +5,7 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool15/ltmain.sh"
++LIBTOOL_DEPS="--disable-ltlibs %%LTMAIN%%"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'