diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-12 21:33:45 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-12 21:33:45 +0000 |
commit | bd46978ddb082598f5d3895b16b17928b7714b27 (patch) | |
tree | 5cbd20ed02881717ce7d97a0e2f7b4c7a5804e42 /graphics/cqcam/files | |
parent | Update to 1.3 (diff) |
Update to 0.90p11
PR: 21795
Submitted by: Ports Fury
Diffstat (limited to 'graphics/cqcam/files')
-rw-r--r-- | graphics/cqcam/files/patch-ab | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/graphics/cqcam/files/patch-ab b/graphics/cqcam/files/patch-ab index 5be7b04c5112..e2dd8a4e031e 100644 --- a/graphics/cqcam/files/patch-ab +++ b/graphics/cqcam/files/patch-ab @@ -1,7 +1,7 @@ ---- configure.orig Mon Feb 1 16:01:12 1999 -+++ configure Mon Mar 13 03:54:42 2000 -@@ -1108,8 +1108,8 @@ - echo "configure:1109: checking if the compiler understands -pipe" >&5 +--- configure.orig Thu Aug 17 19:41:42 2000 ++++ configure Sat Oct 7 06:30:04 2000 +@@ -1182,8 +1182,8 @@ + echo "configure:1183: checking if the compiler understands -pipe" >&5 OLDCC="$CC" OLDCXX="$CXX" - CC="$CC -pipe" @@ -9,27 +9,27 @@ + CC="$CC" + CXX="$CXX" cat > conftest.$ac_ext <<EOF - #line 1115 "configure" + #line 1189 "configure" #include "confdefs.h" -@@ -1655,7 +1655,7 @@ +@@ -1707,7 +1707,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lgtk `$gtkbin""gtk-config --libs` $LIBS" +LIBS="`$gtkbin""$GTK_CONFIG --libs` $LIBS" cat > conftest.$ac_ext <<EOF - #line 1661 "configure" + #line 1713 "configure" #include "confdefs.h" -@@ -1694,7 +1694,7 @@ +@@ -1746,7 +1746,7 @@ echo $ac_n "checking GTK+ version""... $ac_c" 1>&6 - echo "configure:1697: checking GTK+ version" >&5 + echo "configure:1749: checking GTK+ version" >&5 - GTKV=`$gtkbin""gtk-config --version` + GTKV=`$gtkbin""$GTK_CONFIG --version` echo "$ac_t""$GTKV" 1>&6 case "$GTKV" in 1.0.*) -@@ -1890,8 +1890,8 @@ +@@ -1942,8 +1942,8 @@ OS_LIBCQCAM_OBJS='' ;; freebsd*) @@ -40,11 +40,11 @@ OS_LIBCQCAM_OBJS='' ;; bsdi*) -@@ -2124,6 +2124,7 @@ +@@ -2178,6 +2178,7 @@ s%@x_includes@%$x_includes%g s%@bingroup@%$bingroup%g s%@gtkbin@%$gtkbin%g +s%@GTK_CONFIG@%$GTK_CONFIG%g s%@GTK_CFLAGS@%$GTK_CFLAGS%g - s%@xviewlib@%$xviewlib%g + CEOF |