mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Fix libXaw3d update issue and housekeeping.
PR: 286231 286082
(cherry picked from commit 9e27b733cc
)
11 lines
252 B
Text
11 lines
252 B
Text
--- configure.orig 2013-03-17 11:20:09 UTC
|
|
+++ configure
|
|
@@ -11436,7 +11436,7 @@ fi
|
|
|
|
|
|
|
|
-LIBS="$X_LIBS"
|
|
+LIBS="$X_LIBS $LIBS"
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
|
|
$as_echo_n "checking for sqrt in -lm... " >&6; }
|