Date: Wed, 5 Feb 2014 22:32:42 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342878 - head/ftp/pureadmin Message-ID: <201402052232.s15MWgFW080119@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Feb 5 22:32:41 2014 New Revision: 342878 URL: http://svnweb.freebsd.org/changeset/ports/342878 QAT: https://qat.redports.org/buildarchive/r342878/ Log: ftp/pureadmin: Explicitly link libm (taken from dports) Modified: head/ftp/pureadmin/Makefile Modified: head/ftp/pureadmin/Makefile ============================================================================== --- head/ftp/pureadmin/Makefile Wed Feb 5 22:27:45 2014 (r342877) +++ head/ftp/pureadmin/Makefile Wed Feb 5 22:32:41 2014 (r342878) @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -lm ${PTHREAD_LIBS} PORTDOCS= index.txt introduction.txt main_window.txt \ preferences.txt user_manager.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402052232.s15MWgFW080119>