summaryrefslogtreecommitdiff
path: root/homebrew/pdf2htmlex/.make.sh-auto
blob: 56ac59dc9b13ebc58be7bee533c435b0dce5a479 (plain)
1
2
3
4
5
6
7
8
9
pkg:setup
resource("fontforge").stage do
inreplace "gutils/gimagereadgif.c", "DGifCloseFile(gif)", "DGifCloseFile(gif, NULL)"
ENV.append "LDFLAGS", "-lintl"
ENV["ARCHFLAGS"] = "-arch #{MacOS.preferred_arch}"
./autogen.sh
pkg:configure --without-libzmq --without-x --without-iconv --disable-python-scripting --disable-python-extension
make
make DESTDIR=${PKG_DEST} install