mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Fix objformat handling. Unbreak on -CURRENT.
PR: ports/113271 Submitted by: Yuri Pankov <yuri.pankov -at- gmail.com>
This commit is contained in:
parent
1573f650e5
commit
e51dd037dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192626
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gtk-flat-theme2
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= ${MASTER_SITE_THEMES}
|
||||
MASTER_SITE_SUBDIR= gtk2flat
|
||||
@ -24,8 +24,7 @@ USE_GNOME= gnomehack gtk20
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700029
|
||||
BROKEN= Incorrect objformat handling
|
||||
.endif
|
||||
post-extract:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user