svn commit: r352965 - head/net/mtr

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 4 16:28:14 UTC 2014


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


More information about the svn-ports-all mailing list