steven cbd92ff8ac update to texlive 2008
reorganize port structure

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

13 lines
581 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2008/10/21 20:57:57 steven Exp $
--- configure.orig Sun Jul 6 02:06:43 2008
+++ configure Sun Aug 24 12:28:30 2008
@@ -8656,7 +8656,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"