mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
BROKEN on 4.x: Does not link
BROKEN on ia64: Hard-codes reference to libc_r
This commit is contained in:
parent
19d330776f
commit
01a9123992
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123774
@ -26,10 +26,20 @@ USE_GCC= 3.3
|
||||
|
||||
PLIST_FULES= bin/BBMan
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not link on FreeBSD 4.x"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == ia64
|
||||
BROKEN= "Hard-codes reference to libc_r"
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${CXX} main.cpp `wxgtk2-2.4-config --libs --cxxflags` -I${LOCALBASE}/include ${CFLAGS} -o BBMan
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/BBMan ${PREFIX}/bin/BBMan
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user