diff options
author | oliver <oliver@FreeBSD.org> | 2014-03-30 15:22:37 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2014-03-30 15:22:37 +0800 |
commit | 36cc8261adfe8df294e7b9e83e45e4bde80eddfa (patch) | |
tree | 4577641a3702e1133552b28434edfc1763960eb7 /mail | |
parent | 0a999e22dfdc80dfc11fa96a40f98901f5f618dd (diff) | |
download | freebsd-ports-gnome-36cc8261adfe8df294e7b9e83e45e4bde80eddfa.tar.gz freebsd-ports-gnome-36cc8261adfe8df294e7b9e83e45e4bde80eddfa.tar.zst freebsd-ports-gnome-36cc8261adfe8df294e7b9e83e45e4bde80eddfa.zip |
remove -rpath as it is causing problems with new CLang on CURRENT
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier-imap/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 5e06eac6715e..b65e39f29926 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -117,8 +117,6 @@ post-patch: ${WRKSRC}/libs/liblock/configure @${REINPLACE_CMD} -e 's|%%INSTALL_MAN%%|${INSTALL_MAN}|' \ ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|' \ - ${WRKSRC}/libs/imap/Makefile.in @${REINPLACE_CMD} -e 's|TLS_PROTOCOL=SSL3|TLS_PROTOCOL=SSL23|g' \ ${WRKSRC}/libs/imap/pop3d-ssl.dist.in \ ${WRKSRC}/libs/imap/imapd-ssl.dist.in |