From 4cb568edf3a2e358ce8c666a184da94508415ef7 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 21 Feb 2014 17:40:02 +0000 Subject: [PATCH] - Fix build with clang; this is not building a static library, it is building a shared. - Add a mirror as upstream is long dead --- irc/irssi-fish/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/irc/irssi-fish/Makefile b/irc/irssi-fish/Makefile index 5a866cddf483..e80194efe586 100644 --- a/irc/irssi-fish/Makefile +++ b/irc/irssi-fish/Makefile @@ -4,7 +4,8 @@ PORTNAME= irssi-fish DISTVERSION= 1.00-RC5 CATEGORIES= irc security -MASTER_SITES= http://fish.secure.la/irssi/ +MASTER_SITES= http://fish.secure.la/irssi/ \ + http://mirror.shatow.net/freebsd/${PORTNAME}/ DISTNAME= FiSH-irssi.v${DISTVERSION}-source MAINTAINER= ashish@FreeBSD.org @@ -34,6 +35,7 @@ post-patch: @${REINPLACE_CMD} -E \ -e 's|gcc|${CC}|' \ -e 's|-O2|${CFLAGS}|' \ + -e 's|-static||' \ -e 's|-shared|-shared -fPIC -DPIC|' \ -e 's|[$$][(]HOME[)]/glib-1.2.10|${LOCALBASE}/include/glib-2.0|' \ -e 's|[$$][(]HOME[)]/irssi-0.8.9|${LOCALBASE}/include/irssi|' \