BROKEN on amd64 and ia64: Does not compile (missing -fPIC)
This commit is contained in:
parent
af5b311303
commit
3b044954f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103883
@ -25,8 +25,14 @@ PLIST_FILES= libexec/gkrellm/plugins/reminder.so
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= imlib
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
BROKEN= "Does not compile on amd64 or ia64 (needs -fPIC)"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/reminder.so \
|
||||
${PREFIX}/libexec/gkrellm/plugins
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user