summaryrefslogtreecommitdiff
path: root/irc/kvirc-devel
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2009-07-02 22:29:21 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2009-07-02 22:29:21 +0000
commit1316780113eb8d2f5665b6709ce007e071a71626 (patch)
tree80e3d0c23d7a67d0b6e066e978e2371f16bd950d /irc/kvirc-devel
parentUse LTMAIN instead of hardcore. (diff)
Use LTMAIN instead of hardcore.
Approved by: Armin Pirkovitsch <a.pirko@inode.at> (maintainer)
Notes
Notes: svn path=/head/; revision=236936
Diffstat (limited to 'irc/kvirc-devel')
-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'