diff options
author | mezz <mezz@FreeBSD.org> | 2009-07-03 06:29:21 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-07-03 06:29:21 +0800 |
commit | 5c7113228941de6a489c29b5480fb16ac7bdadfa (patch) | |
tree | 9d10d87374da3955582c189b67ba704651d51d6b /irc | |
parent | fa3e89f992a94e32f53774cfe298105b21754ea7 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | irc/kvirc-devel/files/patch-configure | 2 |
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' |