e70ff172c2
Use BINARY_ALIAS instead, this is cleaner. While here directly record the deps on libLLVM for packages that needs it. Sponsored by: Beckhoff Automation GmbH & Co. KG
6 lines
190 B
XML
6 lines
190 B
XML
# this file holds common targets
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e '/SYSCONFDIR/ s|/etc|${PREFIX}/etc|g' \
|
|
-e '/DATADIR/ s|/usr/share|${PREFIX}/share|g' \
|
|
${WRKSRC}/src/util/xmlconfig.c
|