mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Now builds on amd64
This commit is contained in:
parent
136b648785
commit
faa795a653
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173256
@ -29,8 +29,4 @@ post-patch:
|
||||
IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= Does not build on amd64 (needs to build shared libraries with -fPIC)
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -28,10 +28,6 @@ ICIDOCS= doc/ici.pdf
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= does not compile on amd64
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ici ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/libici4.a ${PREFIX}/lib
|
||||
|
Loading…
Reference in New Issue
Block a user