pkgsrc/net/xtraceroute/patches/patch-ab
2000-11-03 00:15:48 +00:00

40 lines
1.2 KiB
Text

$NetBSD: patch-ab,v 1.5 2000/11/03 00:15:49 itojun Exp $
--- configure- Fri Nov 3 09:13:56 2000
+++ configure Fri Nov 3 09:13:58 2000
@@ -2310,2 +2310,3 @@
gt_cv_func_gettext_libintl=yes
+ LIBS="$LIBS -lintl"
else
@@ -3424,4 +3425,4 @@
-echo $ac_n "checking for glBegin in -lMesaGL""... $ac_c" 1>&6
-echo "configure:3427: checking for glBegin in -lMesaGL" >&5
+echo $ac_n "checking for glBegin in -lGL""... $ac_c" 1>&6
+echo "configure:3427: checking for glBegin in -lGL" >&5
ac_lib_var=`echo MesaGL'_'glBegin | sed 'y%./+-%__p_%'`
@@ -3431,3 +3432,3 @@
ac_save_LIBS="$LIBS"
-LIBS="-lMesaGL $GTK_LIBS $GL_LDOPTS $LIBS"
+LIBS="-lGL $GTK_LIBS $GL_LDOPTS $LIBS"
cat > conftest.$ac_ext <<EOF
@@ -3556,3 +3557,3 @@
if test "x$have_MesaGL" = "xyes"; then
- GL_LIBS="$GL_LDOPTS -lMesaGLU -lMesaGL"
+ GL_LIBS="$GL_LDOPTS -lGLU -lGL"
else
@@ -3566,3 +3567,3 @@
elif test "x$have_MesaGL" = "xyes"; then
- GL_LIBS="$GL_LDOPTS -lMesaGLU -lMesaGL"
+ GL_LIBS="$GL_LDOPTS -lGLU -lGL"
else
@@ -3632,3 +3633,3 @@
ac_save_LIBS="$LIBS"
-LIBS="-ltiff $LIBS"
+LIBS="-ltiff -ljpeg -lz $LIBS"
cat > conftest.$ac_ext <<EOF
@@ -3668,3 +3669,3 @@
else
- LIBS="$LIBS -ltiff"
+ LIBS="$LIBS -ltiff -ljpeg -lz"
fi