diff options
| author | Jack Nagel | 2014-09-16 12:18:05 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-16 12:18:05 -0500 |
| commit | b5aa14e79b9afeb7b4b83b6e325c3e63081900aa (patch) | |
| tree | 8e540a1c8f4fb2fda2c1fcb169c5252c838043c7 /Library | |
| parent | ab16ca4d81949d9ed17b11c4f33c7d49b17f3861 (diff) | |
| download | homebrew-b5aa14e79b9afeb7b4b83b6e325c3e63081900aa.tar.bz2 | |
ipe: fix patch
Fixes #32339.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ipe.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ipe.rb b/Library/Formula/ipe.rb index b4ea968a8..70c174af9 100644 --- a/Library/Formula/ipe.rb +++ b/Library/Formula/ipe.rb @@ -64,7 +64,7 @@ __END__ ZLIB_CFLAGS ?= ZLIB_LIBS ?= -lz +# The jpeg-turbo package doesn't seem to have a pkg-config file - JPEG_CFLAGS ?= + JPEG_CFLAGS ?= JPEG_LIBS ?= -lturbojpeg -FREETYPE_CFLAGS ?= -I/usr/X11/include/freetype2 -I/usr/X11/include -FREETYPE_LIBS ?= -L/usr/X11/lib -lfreetype |
