mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
graphics/ming: fix build on current
The issue with duplicate symbols has been reported upstream on 2016-11-22: https://github.com/libming/libming/issues/55
This commit is contained in:
parent
40ce5d4af6
commit
abea843f71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546335
@ -39,6 +39,9 @@ GH_PROJECT= lib${PORTNAME}
|
|||||||
|
|
||||||
SHEBANG_FILES= util/cws2fws
|
SHEBANG_FILES= util/cws2fws
|
||||||
|
|
||||||
|
# https://github.com/libming/libming/issues/55
|
||||||
|
CFLAGS+= -fcommon
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${STAGEDIR}${PREFIX}/include/ming/ ${STAGEDIR}${PREFIX}/include/ming/blocks/ ${STAGEDIR}${PREFIX}/include/ming/util/
|
${MKDIR} ${STAGEDIR}${PREFIX}/include/ming/ ${STAGEDIR}${PREFIX}/include/ming/blocks/ ${STAGEDIR}${PREFIX}/include/ming/util/
|
||||||
cd ${WRKSRC}/util/ && ${INSTALL_SCRIPT} cws2fws ming-config ${STAGEDIR}${PREFIX}/bin/
|
cd ${WRKSRC}/util/ && ${INSTALL_SCRIPT} cws2fws ming-config ${STAGEDIR}${PREFIX}/bin/
|
||||||
|
Loading…
Reference in New Issue
Block a user