mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
ftp/pureadmin: Explicitly link libm (taken from dports)
This commit is contained in:
parent
781700807d
commit
17bb757c44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342878
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue