2022-04-30 04:17:20 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
set -x
|
|
|
|
|
./configure\
|
|
|
|
|
--with-tcl=$(brew --prefix tcl-tk)\
|
|
|
|
|
--with-tk=$(brew --prefix tcl-tk)\
|
|
|
|
|
--with-cairo=$(brew --prefix cairo)/include\
|
|
|
|
|
"CFLAGS=-Wno-error=implicit-function-declaration"\
|
|
|
|
|
"LDFLAGS=-L$(brew --prefix cairo)/lib"
|