mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Mark MAKE_JOBS_UNSAFE, fails with forced make jobs
- Respect CC/CFLAGS by passing QMAKEFLAGS to qmake Feature safe: yes
This commit is contained in:
parent
202ed6e48f
commit
eea1d2d9a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250237
@ -19,6 +19,7 @@ COMMENT= Large file hex editor
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib gui moc_build qmake_build rcc_build
|
||||
USE_BISON= build
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= bin/lfhex
|
||||
@ -32,7 +33,8 @@ post-patch:
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
@cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -unix lfhex.pro
|
||||
@cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \
|
||||
${QMAKE} ${QMAKEFLAGS} -unix lfhex.pro
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/lfhex ${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user