diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 07:21:11 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 07:21:11 +0800 |
commit | f0f126c74fcbc258db4e44b10c20a64622e4e0ad (patch) | |
tree | e6988b9860e86d94f80eb46336efe6c9e13cac9c /devel/gconf2/files | |
parent | eb402466a51eaeabff6cdf0bf089bb61e6e6e5c3 (diff) | |
download | marcuscom-ports-f0f126c74fcbc258db4e44b10c20a64622e4e0ad.tar marcuscom-ports-f0f126c74fcbc258db4e44b10c20a64622e4e0ad.tar.gz marcuscom-ports-f0f126c74fcbc258db4e44b10c20a64622e4e0ad.tar.bz2 marcuscom-ports-f0f126c74fcbc258db4e44b10c20a64622e4e0ad.tar.lz marcuscom-ports-f0f126c74fcbc258db4e44b10c20a64622e4e0ad.tar.xz marcuscom-ports-f0f126c74fcbc258db4e44b10c20a64622e4e0ad.tar.zst marcuscom-ports-f0f126c74fcbc258db4e44b10c20a64622e4e0ad.zip |
Add gconf2-2.3.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@567 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2/files')
-rw-r--r-- | devel/gconf2/files/patch-ab | 11 | ||||
-rw-r--r-- | devel/gconf2/files/patch-configure | 13 | ||||
-rw-r--r-- | devel/gconf2/files/patch-gconf::gconf-internals.c | 15 |
3 files changed, 39 insertions, 0 deletions
diff --git a/devel/gconf2/files/patch-ab b/devel/gconf2/files/patch-ab new file mode 100644 index 000000000..6f25900e7 --- /dev/null +++ b/devel/gconf2/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Aug 4 22:38:39 2002 ++++ Makefile.in Sun Aug 4 22:39:52 2002 +@@ -35,7 +35,7 @@ + DESTDIR = + + pkgdatadir = $(datadir)/@PACKAGE@ +-pkglibdir = $(libdir)/@PACKAGE@ ++pkglibdir = $(prefix)/libdata/pkgconfig + pkgincludedir = $(includedir)/@PACKAGE@ + + top_builddir = . diff --git a/devel/gconf2/files/patch-configure b/devel/gconf2/files/patch-configure new file mode 100644 index 000000000..f1195405d --- /dev/null +++ b/devel/gconf2/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD: ports/devel/gconf2/files/patch-configure,v 1.7 2003/02/07 18:42:02 marcus Exp $ + +--- configure.orig Fri Apr 26 12:18:08 2002 ++++ configure Fri Apr 26 12:18:36 2002 +@@ -6797,6 +6797,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/gconf2/files/patch-gconf::gconf-internals.c b/devel/gconf2/files/patch-gconf::gconf-internals.c new file mode 100644 index 000000000..c0aec0804 --- /dev/null +++ b/devel/gconf2/files/patch-gconf::gconf-internals.c @@ -0,0 +1,15 @@ + +$FreeBSD: ports/devel/gconf2/files/patch-gconf::gconf-internals.c,v 1.3 2003/02/07 18:42:02 marcus Exp $ + +--- gconf/gconf-internals.c 2002/02/15 19:13:07 1.1 ++++ gconf/gconf-internals.c 2002/02/15 19:13:32 +@@ -26,6 +26,9 @@ + #include <string.h> + #include <sys/stat.h> + #include <sys/types.h> ++#include <sys/socket.h> ++#include <netinet/in.h> ++#include <arpa/inet.h> + #include <unistd.h> + #include <stdlib.h> + #include <stdio.h> |