aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-09-07 10:05:29 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-09-07 10:05:29 +0800
commitef12fd4ab4fa3d104e122c2ab9f630818b6a0a61 (patch)
tree94bd0f5e3ac38be01159010302b12190dfb5a261 /mail/exim
parent99c1a25ceb2bc810a7a840e5fc2b42d09b8eb880 (diff)
downloadfreebsd-ports-gnome-ef12fd4ab4fa3d104e122c2ab9f630818b6a0a61.tar.gz
freebsd-ports-gnome-ef12fd4ab4fa3d104e122c2ab9f630818b6a0a61.tar.zst
freebsd-ports-gnome-ef12fd4ab4fa3d104e122c2ab9f630818b6a0a61.zip
- Fix pcre lib linking if nothing adds ${LOCALBASE}/lib to LDFLAGS
PR: ports/141640 Submitted by: Artis Caune <Artis.Caune@gmail.com> Approved by: maintainer timeout (krion ; 255 days)
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 2e1fe0fa6b8d..4c5bf41a38ab 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -476,7 +476,7 @@ do-configure:
.endif
@[ ! -f ${PKGDIR}/pkg-install ] || ${SED} ${SED_SCRIPT} ${PKGDIR}/pkg-install > ${PKGINSTALL}
@${REINPLACE_CMD} -E ${SEDLIST} ${WRKSRC}/src/configure.default
- @${REINPLACE_CMD} -e 's/$$(LDFLAGS)/$$(DUMMY_LDFLAGS)/' ${WRKSRC}/OS/Makefile-Base
+ @${REINPLACE_CMD} -e 's!$$(LDFLAGS)!$$(DUMMY_LDFLAGS) -L$${LOCALBASE}/lib!' ${WRKSRC}/OS/Makefile-Base
@${REINPLACE_CMD} -e 's/"(Exim $$version_number)\\n\\t"/"(Exim $$version_number (${OPSYS}))\\n\\t"/' \
${WRKSRC}/src/globals.c
@${REINPLACE_CMD} -e 's/Exim version %s \(#%s \)\{0,1\}/&(${OPSYS} ${OSREL}) /' ${WRKSRC}/src/exim.c