svn commit: r342878 - head/ftp/pureadmin

John Marino marino at FreeBSD.org
Wed Feb 5 22:32:42 UTC 2014


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


More information about the svn-ports-all mailing list