diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-10 02:56:03 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-10 02:56:03 +0800 |
commit | e2c7bf40a0a4a941133b17c625f8c07a38a05642 (patch) | |
tree | 43835d5d73139620a13623ff5a3b27d3b09e4e5f /java/kaffe/files | |
parent | 984b36422a0bd5623add85abd6fdeb96df74f234 (diff) | |
download | freebsd-ports-gnome-e2c7bf40a0a4a941133b17c625f8c07a38a05642.tar.gz freebsd-ports-gnome-e2c7bf40a0a4a941133b17c625f8c07a38a05642.tar.zst freebsd-ports-gnome-e2c7bf40a0a4a941133b17c625f8c07a38a05642.zip |
upgrade to 1.0.7
PR: 43266
Submitted by: maintainer
Diffstat (limited to 'java/kaffe/files')
-rw-r--r-- | java/kaffe/files/patch-configure | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/java/kaffe/files/patch-configure b/java/kaffe/files/patch-configure new file mode 100644 index 000000000000..3e1db6ecee90 --- /dev/null +++ b/java/kaffe/files/patch-configure @@ -0,0 +1,18 @@ +--- configure.in.orig Tue Jul 2 20:06:03 2002 ++++ configure.in Tue Sep 17 18:02:35 2002 +@@ -736,7 +736,6 @@ + netinet/in_systm.h \ + netinet/tcp.h \ + png.h \ +-poll.h \ + pwd.h \ + sigcontext.h \ + signal.h \ +@@ -745,7 +744,6 @@ + sys/filio.h \ + sys/ioctl.h \ + sys/param.h \ +-sys/poll.h \ + sys/select.h \ + sys/socket.h \ + sys/stat.h \ |