openbsd-ports/print/texlive/base/patches/patch-libs_configure
steven cbd92ff8ac update to texlive 2008
reorganize port structure

all from maintainer Edd Barrett
2008-10-21 20:57:57 +00:00

13 lines
596 B
Plaintext

$OpenBSD: patch-libs_configure,v 1.1 2008/10/21 20:57:57 steven Exp $
--- libs/configure.orig Sun Jul 6 02:06:43 2008
+++ libs/configure Sun Aug 24 12:28:30 2008
@@ -6347,7 +6347,7 @@ else
if test "$with_system_freetype2" = yes; then
if test "x$with_freetype2_libdir" != x; then
- EXTRA_FREETYPE2_LIBDIR="-L$with_freetype2_libdir"
+ EXTRA_FREETYPE2_LIBDIR="-L$with_freetype2_libdir -lz" # hack just for the OpenBSD build
fi
if test "x$with_freetype2_include" != x; then
EXTRA_FREETYPE2_INCLUDE="-I$with_freetype2_include -I$with_freetype2_include/freetype2"