diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-22 09:39:15 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-22 09:39:15 +0000 |
commit | bb3c903e56eba6b0b922cadd0f9e13b194fd4532 (patch) | |
tree | 7ad4050b4c073fc59ba04855153c7e77dbd155f3 /net/xtraceroute | |
parent | Add ruby-filelock, a Ruby module which provides file locking mechanism. (diff) |
Fix problem with `-l` gcc options ordering.
Notes
Notes:
svn path=/head/; revision=31854
Diffstat (limited to 'net/xtraceroute')
-rw-r--r-- | net/xtraceroute/files/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/net/xtraceroute/files/patch-aa b/net/xtraceroute/files/patch-aa index 99c8050f8c3e..44c46cb32017 100644 --- a/net/xtraceroute/files/patch-aa +++ b/net/xtraceroute/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Thu Feb 17 13:17:58 2000 -+++ configure Thu Feb 17 13:18:28 2000 +--- configure.orig Sun Feb 28 06:56:14 1999 ++++ configure Tue Aug 22 12:29:47 2000 @@ -2505,7 +2505,7 @@ cat conftest.$ac_ext >&5 rm -rf conftest* @@ -9,3 +9,12 @@ fi rm -f conftest* INSTOBJEXT=.mo +@@ -3620,7 +3620,7 @@ + if test "x$have_libgtkgl" = "x" ; then + { echo "configure: error: Missing gtkgl library" 1>&2; exit 1; } + else +- LIBS="$LIBS -lgtkgl" ++ LIBS="-lgtkgl $LIBS" + fi + + echo $ac_n "checking for TIFFOpen in -ltiff""... $ac_c" 1>&6 |