ftp/pureadmin: Explicitly link libm (taken from dports)

This commit is contained in:
John Marino 2014-02-05 22:32:41 +00:00
parent 781700807d
commit 17bb757c44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342878

View file

@ -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