mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
BROKEN on ia64: Fails to link
This commit is contained in:
parent
13514c5444
commit
7601bd2963
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104631
1 changed files with 7 additions and 1 deletions
|
@ -28,4 +28,10 @@ PLIST_FILES= bin/recmpeg
|
|||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= "Fails to link on ia64"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue