mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Quick and dirty hack to un-BROKEN on -current.
Approved by: maintainer timeout
This commit is contained in:
parent
84de8db2db
commit
905dfdbc55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258182
@ -18,7 +18,7 @@ USE_XORG= xpm
|
||||
GNU_CONFIGURE= yes
|
||||
# `+=' is for slave ports
|
||||
CONFIGURE_ARGS+= --enable-transparency \
|
||||
--enable-fading --enable-utmp --enable-wtmp \
|
||||
--enable-fading --enable-wtmp \
|
||||
--without-afterstep-config
|
||||
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
@ -26,7 +26,9 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
CONFIGURE_ARGS+= --disable-utmp
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-utmp
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_BACKGROUND_IMAGE)
|
||||
|
Loading…
Reference in New Issue
Block a user