mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Explicitly link resulting library with libm, because other ports expect to be
able to link just with ``-lmng'', not with ``-lmng -lm''. Submitted by: bento (sorta)
This commit is contained in:
parent
887894c457
commit
b4d45cf41d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39769
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= libmng
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.3-t.com/libmng/download/ \
|
||||
${MASTER_SITE_SOURCEFORGE} \
|
||||
|
@ -1,4 +1,5 @@
|
||||
LIB= mng
|
||||
LDADD= -lm
|
||||
|
||||
NOPROFILE= yes
|
||||
SHLIB_MAJOR?= 1
|
||||
|
Loading…
Reference in New Issue
Block a user