mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Fix build on sparc64
This commit is contained in:
parent
8fa2d4b219
commit
1301512c0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221917
@ -37,6 +37,10 @@ CMAKE_ARGS= -DAQSIS_BOOST_FILESYSTEM_LIBRARY:FILEPATH=${LOCALBASE}/lib/libboost_
|
||||
USE_LDCONFIG= yes
|
||||
USE_CMAKE= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '54s/$$/ || defined(__sparc64__)/' \
|
||||
${WRKSRC}/renderer/ddmanager/ndspy.h
|
||||
|
||||
post-configure:
|
||||
${FIND} ${WRKSRC} -name "build.make" -o -name "link.txt" -o -name "relink.txt" \
|
||||
| ${XARGS} ${REINPLACE_CMD} -i "" -e 's|-ldl||g'
|
||||
|
Loading…
Reference in New Issue
Block a user