freebsd-ports/x11-toolkits/qt33/files/patch-config.tests-x11-xfreetype.test
Alan Eldridge d1662ca0ad Repocopy from qt30. Modified to current status.
NOT TO BE USED AS A DEPENDENCY UNTIL AFTER 5.0 RELEASE!!!!
2003-01-06 15:05:36 +00:00

11 lines
384 B
Text

--- config.tests/x11/xfreetype.test.orig Wed Nov 13 04:52:27 2002
+++ config.tests/x11/xfreetype.test Sun Dec 29 07:11:17 2002
@@ -37,7 +37,7 @@
LIBDIRS="$IN_LIBDIRS $XDIRS /usr/shlib /usr/lib /lib"
F=
for LIBDIR in $LIBDIRS; do
- LIBS="Xft2 Xft"
+ LIBS="Xft Xft2"
for LIB in $LIBS; do
FOUND_LIB=`ls ${LIBDIR}/lib${LIB}.* 2>/dev/null`
if [ ! -z "$FOUND_LIB" ]; then