mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Fix build after USE_QT4 converting.
Reported by: pavbot
This commit is contained in:
parent
e00e582ad3
commit
c667466a35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298953
@ -29,7 +29,7 @@ MAN1= yabause.1
|
||||
|
||||
OPTIONS= QT4 "Build wit qt4 interface instead of gtk2 one" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_QT4)
|
||||
USE_QT4= corelib gui opengl
|
||||
@ -39,6 +39,8 @@ USE_GNOME= gtk20
|
||||
CONFIGURE_ARGS+= --with-port=gtk
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|%%ACLOCAL%%|${ACLOCAL}|g" -e "s|%%AUTOCONF%%|${AUTOCONF}|g" \
|
||||
-e "s|%%AUTOMAKE%%|${AUTOMAKE}|g" ${WRKSRC}/autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user