diff options
author | mezz <mezz@FreeBSD.org> | 2009-07-03 06:01:36 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-07-03 06:01:36 +0800 |
commit | fa3e89f992a94e32f53774cfe298105b21754ea7 (patch) | |
tree | ea044ca8d69899d4969e06eac050f964873505a2 /irc/kvirc | |
parent | b06e62d0ad294d61ab4d90a19d86166a56990a22 (diff) | |
download | freebsd-ports-gnome-fa3e89f992a94e32f53774cfe298105b21754ea7.tar.gz freebsd-ports-gnome-fa3e89f992a94e32f53774cfe298105b21754ea7.tar.zst freebsd-ports-gnome-fa3e89f992a94e32f53774cfe298105b21754ea7.zip |
Use LTMAIN instead of hardcore.
Approved by: chris <chris@officialunix.com> (maintainer)
Diffstat (limited to 'irc/kvirc')
-rw-r--r-- | irc/kvirc/Makefile | 1 | ||||
-rw-r--r-- | irc/kvirc/files/patch-configure | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index 90f3ed9df15e..75ead2f0638e 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -65,6 +65,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/files/patch-configure b/irc/kvirc/files/patch-configure index a5301c8c0906..cf3f03e35072 100644 --- a/irc/kvirc/files/patch-configure +++ b/irc/kvirc/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' |