Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 2014 16:28:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352965 - head/net/mtr
Message-ID:  <201405041628.s44GSEH3066153@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May  4 16:28:14 2014
New Revision: 352965
URL: http://svnweb.freebsd.org/changeset/ports/352965
QAT: https://qat.redports.org/buildarchive/r352965/

Log:
  - Fix segfault when devel/ncurses installed
  
  PR:		ports/189326
  Submitted by:	ashish

Modified:
  head/net/mtr/Makefile

Modified: head/net/mtr/Makefile
==============================================================================
--- head/net/mtr/Makefile	Sun May  4 15:54:49 2014	(r352964)
+++ head/net/mtr/Makefile	Sun May  4 16:28:14 2014	(r352965)
@@ -19,7 +19,8 @@ GLIB_DESC=	Build with glib library
 X11_DESC=	Build X11-enabled mtr
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
+LDFLAGS+=	-lncurses
+USES=		ncurses pkgconfig
 
 PLIST_FILES=	man/man8/mtr.8.gz \
 		sbin/mtr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405041628.s44GSEH3066153>