freebsd-ports/graphics/mesa-dri/Makefile.targets
2021-04-06 16:31:07 +02:00

11 lines
316 B
XML

# this file holds common targets
pre-configure:
${PRINTF} "[binaries]\nllvm-config = '${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT}'" \
> ${WRKSRC}/llvm.ini
post-patch:
${REINPLACE_CMD} -e '/SYSCONFDIR/ s|/etc|${PREFIX}/etc|g' \
-e '/DATADIR/ s|/usr/share|${PREFIX}/share|g' \
${WRKSRC}/src/util/xmlconfig.c