graphics/apngasm: restore LDFLAGS+= -lz
The LDFLAGS definition was removed with the previous commit, but LDFLAGS+=-lz is still required for newer gcc with new binutils.
This commit is contained in:
parent
652dde7a1c
commit
1207a6a2f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337611
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ NO_WRKSUBDIR= yes
|
|||
USE_ZIP= yes
|
||||
USES= dos2unix gmake
|
||||
|
||||
LDFLAGS+= -lz
|
||||
|
||||
PORTDOCS= readme.txt
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
|
|
Loading…
Reference in a new issue