mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Attempt to fix build on sparc64 (and maybe others)
Reported by: pointy hat via kris
This commit is contained in:
parent
08f8ab87d4
commit
2b16b254f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123991
@ -51,7 +51,8 @@ post-patch:
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC}/lab; ${MAKE} CC="${CC}" CFLAGS="${CFLAGS}" fmtcnv031127
|
||||
cd ${WRKSRC}/lab; \
|
||||
${MAKE} CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv" fmtcnv031127
|
||||
|
||||
post-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/lab/fmtcnv031127 ${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user