Skip to content

Commit 46e6cfe

Browse files
author
gsherman
committedNov 11, 2006
Detect Qt for NetBSD (same as FreeBSD detection at present) -- patch from Brook Milligan.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6073 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 60b96fc commit 46e6cfe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎acinclude.m4

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,15 @@ case "${host}" in
414414
fi
415415
;;
416416
417+
*netbsd*)
418+
QT_LIBS="$QT_LIB"
419+
if test $QT_IS_STATIC = yes && test $QT_IS_EMBEDDED = no; then
420+
QT_LIBS="$QT_LIBS -L$x_libraries -lXext -lX11 -lm -lSM -lICE -ldl -ljpeg -lpthread"
421+
else
422+
QT_LIBS="$QT_LIBS -lpthread"
423+
fi
424+
;;
425+
417426
*darwin*)
418427
QT_LIBS="$QT_LIB"
419428
if test $QT_IS_STATIC = yes && test $QT_IS_EMBEDDED = no; then

0 commit comments

Comments
 (0)
Please sign in to comment.