pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt-devel Find builtin XPG4 curses library on 64...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f879964f9b8
branches:  trunk
changeset: 648912:8f879964f9b8
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Mar 23 10:15:46 2015 +0000

description:
Find builtin XPG4 curses library on 64-bit SunOS.

diffstat:

 mail/mutt-devel/options.mk |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r b7cb08df5859 -r 8f879964f9b8 mail/mutt-devel/options.mk
--- a/mail/mutt-devel/options.mk        Mon Mar 23 09:54:46 2015 +0000
+++ b/mail/mutt-devel/options.mk        Mon Mar 23 10:15:46 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.46 2014/09/23 13:13:49 jperkin Exp $
+# $NetBSD: options.mk,v 1.47 2015/03/23 10:15:46 jperkin Exp $
 
 # Global and legacy options
 
@@ -46,8 +46,9 @@
 .  include "../../mk/curses.buildlink3.mk"
 .  if ${OPSYS} == "SunOS"
 BUILDLINK_PASSTHRU_DIRS+=      /usr/xpg4
-CONFIGURE_ARGS+=               --with-curses=/usr/xpg4
-LDFLAGS+=                      ${COMPILER_RPATH_FLAG}/usr/xpg4/lib
+CONFIGURE_ARGS+=       --with-curses=/usr/xpg4
+LDFLAGS+=              -L/usr/xpg4/lib${LIBABISUFFIX}
+LDFLAGS+=              ${COMPILER_RPATH_FLAG}/usr/xpg4/lib${LIBABISUFFIX}
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index