mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
3fef6c52f0
Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer
13 lines
315 B
Python
13 lines
315 B
Python
# Order is important: place local paths ahead of system paths.
|
|
|
|
import sys
|
|
|
|
customCPPPATH = [ '%%LOCALBASE%%/include', '%%PYTHON_INCLUDEDIR%%' ]
|
|
customCCFLAGS = [ ]
|
|
customCXXFLAGS = [ ]
|
|
customLIBS = [ 'intl' ]
|
|
customLIBPATH = [ '%%LOCALBASE%%/lib' ]
|
|
customSHLINKFLAGS = [ ]
|
|
customSWIGFLAGS = []
|
|
platform = 'linux'
|