diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 03:46:36 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 03:46:36 +0000 |
commit | 0ca0371584df17725e255c1a21421319fef33dde (patch) | |
tree | f87bf4b17ccf425d0346e23f083d2d74f005df3d /net/gq/files | |
parent | Activating the glove and ntl ports. (diff) |
Adding gq version 0.2.3.
A GTK-based LDAP client.
PR: 19120
Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes:
svn path=/head/; revision=30417
Diffstat (limited to 'net/gq/files')
-rw-r--r-- | net/gq/files/patch-aa | 20 | ||||
-rw-r--r-- | net/gq/files/patch-ab | 11 |
2 files changed, 31 insertions, 0 deletions
diff --git a/net/gq/files/patch-aa b/net/gq/files/patch-aa new file mode 100644 index 000000000000..f56e8613a0d4 --- /dev/null +++ b/net/gq/files/patch-aa @@ -0,0 +1,20 @@ +--- configure.orig Thu Jun 8 12:52:28 2000 ++++ configure Thu Jun 8 12:53:58 2000 +@@ -1322,7 +1322,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lldap -llber -lresolv $LIBS" ++LIBS="-lldap -llber $LIBS" + cat > conftest.$ac_ext <<EOF + #line 1328 "configure" + #include "confdefs.h" +@@ -1350,7 +1350,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- LIBS="$LIBS -lldap -llber -lresolv" ++ LIBS="$LIBS -lldap -llber" + else + echo "$ac_t""no" 1>&6 + { echo "configure: error: Cannot find libldap" 1>&2; exit 1; } diff --git a/net/gq/files/patch-ab b/net/gq/files/patch-ab new file mode 100644 index 000000000000..854dbe7834e7 --- /dev/null +++ b/net/gq/files/patch-ab @@ -0,0 +1,11 @@ +--- icons/Makefile.in.orig Thu Jun 8 14:42:26 2000 ++++ icons/Makefile.in Thu Jun 8 14:42:40 2000 +@@ -70,7 +70,7 @@ + + EXTRA_DIST = $(PIXMAPS) + +-pixmapdir = $(datadir)/pixmaps/gq ++pixmapdir = $(datadir)/gnome/pixmaps/gq + pixmap_DATA = $(PIXMAPS) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h |