- Fix build by using correct flags for crippled configure
- Indent statements consistently - Silence patching Approved by: portmgr blanket
This commit is contained in:
parent
5f6f0c866c
commit
199a33c363
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394905
1 changed files with 6 additions and 6 deletions
|
@ -34,10 +34,10 @@ BROKEN_sparc64= internal gcc error (Bug 23159)
|
|||
|
||||
OCC_LIB_DEPENDS= libTKernel.so:${PORTSDIR}/cad/opencascade
|
||||
OCC_CXXFLAGS= -DOCCGEOMETRY -DHAVE_CONFIG_H -D${ARCH} -I${LOCALBASE}/include/OpenCASCADE
|
||||
OCC_CONFIGURE_ENABLE= occ
|
||||
OCC_CONFIGURE_ON= --enable-occ
|
||||
|
||||
FFMPEG_LIB_DEPENDS= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0
|
||||
FFMPEG_CONFIGURE_ENABLE=ffmpeg
|
||||
FFMPEG_CONFIGURE_ON= --enable-ffmpeg
|
||||
|
||||
MACHINE= ${OPSYS:tu}
|
||||
|
||||
|
@ -49,11 +49,11 @@ MAKE_ENV= TK_VER=${TK_VER} TCL_VER=${TCL_VER} \
|
|||
MACHINE=${MACHINE} MAKE=${MAKE_CMD}
|
||||
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \
|
||||
@${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \
|
||||
${WRKSRC}/ng/ngappinit.cpp
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" \
|
||||
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue