mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
621 B
Plaintext
22 lines
621 B
Plaintext
--- configure.orig Thu Apr 13 19:18:25 2000
|
|
+++ configure Thu Apr 20 09:07:57 2000
|
|
@@ -5618,7 +5618,7 @@
|
|
echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6
|
|
echo "configure:5620: checking for Qt insanity" >&5
|
|
|
|
- QT_CFLAGS="-I${QTDIR}/include/qt"
|
|
+ QT_CFLAGS="-I${QTDIR}/include/X11/qt"
|
|
QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11"
|
|
|
|
# Check whether --with-static-qt or --without-static-qt was given.
|
|
@@ -7108,6 +7108,9 @@
|
|
case "$target_os" in
|
|
os2*)
|
|
LIBS=
|
|
+ ;;
|
|
+freebsd*)
|
|
+ CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"
|
|
;;
|
|
esac
|
|
for ac_hdr in sys/byteorder.h compat.h getopt.h
|