1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Fix build with clang; this is not building a static library, it is building

a shared.
- Add a mirror as upstream is long dead
This commit is contained in:
Bryan Drewery 2014-02-21 17:40:02 +00:00
parent b9737ee14f
commit 4cb568edf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345520

View File

@ -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|' \