We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 60b96fc commit 46e6cfeCopy full SHA for 46e6cfe
acinclude.m4
@@ -414,6 +414,15 @@ case "${host}" in
414
fi
415
;;
416
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
+
426
*darwin*)
427
QT_LIBS="$QT_LIB"
428
if test $QT_IS_STATIC = yes && test $QT_IS_EMBEDDED = no; then
0 commit comments