ipe: fix patch

Fixes Homebrew/homebrew#32339.
master
Jack Nagel 2014-09-16 12:18:05 -05:00
parent 2dfb3137e9
commit bcd1e5d3bd
1 changed files with 1 additions and 1 deletions

View File

@ -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