mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Mark BROKEN on 4.X
PR: ports/94698 Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer)
This commit is contained in:
parent
30e54bba97
commit
b0b7acffbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157767
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,6 @@ USE_GMAKE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS+= --program-prefix=''
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAN1= lineak_defaultplugin.1
|
||||
PLIST_FILES= lib/lineakd/plugins/defaultplugin.la \
|
||||
|
@ -34,8 +33,9 @@ PLIST_FILES= lib/lineakd/plugins/defaultplugin.la \
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Configure fails to find lineakd
|
||||
# lineakd is compiled with 3.4 on FreeBSD 4.x, so plugins must be too
|
||||
USE_GCC= 3.4
|
||||
# USE_GCC= 3.4
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -23,7 +23,6 @@ USE_GMAKE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS+= --program-prefix=''
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAN1= lineak_defaultplugin.1
|
||||
PLIST_FILES= lib/lineakd/plugins/defaultplugin.la \
|
||||
|
@ -34,8 +33,9 @@ PLIST_FILES= lib/lineakd/plugins/defaultplugin.la \
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Configure fails to find lineakd
|
||||
# lineakd is compiled with 3.4 on FreeBSD 4.x, so plugins must be too
|
||||
USE_GCC= 3.4
|
||||
# USE_GCC= 3.4
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Add table
Reference in a new issue