diff options
author | marino <marino> | 2011-12-17 12:49:27 +0000 |
---|---|---|
committer | marino <marino> | 2011-12-17 12:49:27 +0000 |
commit | 3866d46998e9cf33274b43cd3805fab73e4f777f (patch) | |
tree | 57d85d3e458531c3a0ace67060dacfd3bf252dc3 | |
parent | f47e2998b4fa11c8e1541345ea8eb2368ba76fcf (diff) | |
download | pkgsrc-3866d46998e9cf33274b43cd3805fab73e4f777f.tar.gz |
mail/freepops: Add indirectly linked libraries to LDFLAGS (ld v2.22)
-rw-r--r-- | mail/freepops/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/freepops/Makefile b/mail/freepops/Makefile index 1fb50b42276..cbb66a11e00 100644 --- a/mail/freepops/Makefile +++ b/mail/freepops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/04/22 13:44:03 obache Exp $ +# $NetBSD: Makefile,v 1.15 2011/12/17 12:49:27 marino Exp $ # DISTNAME= freepops-0.2.8 @@ -21,6 +21,7 @@ REPLACE_BASH= configure.sh HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.sh CONFIGURE_ARGS= pkgsrc +LDFLAGS+= -lintl # directly link, req. by ld 2.22 PKG_SYSCONFSUBDIR= freepops EGDIR= ${PREFIX}/share/examples/${PKGBASE} |