diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-05 21:01:05 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-05 21:01:05 +0000 |
commit | 20012ff070b9a07e5b955384e3d5da81842de09e (patch) | |
tree | 95fe792928713d4be3bdef7a4d82f2424ef38808 /emulators/twin/files/patch-ag | |
parent | Update to 0.15 (diff) |
o Update to 3.1.14
- bump PORTEPOCH since last version (1999.12.30) is
bigger than new one (3.1.14); reviewed by sobomax
o Style changes on port's Makefile
o Support NOPORTDOCS
o Add version number to library files to keep ldconfig happy;
start with version 0; reviewed by dougb
o Update both COMMENT and DESCR
o Add PKGMESSAGE warning about kernel options necessary to get
it working
PR: 29176
Submitted by: Kato Tsuguru <tkato@prontomail.com>
Reviewed by: dougb, sobomax
Diffstat (limited to 'emulators/twin/files/patch-ag')
-rw-r--r-- | emulators/twin/files/patch-ag | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/twin/files/patch-ag b/emulators/twin/files/patch-ag new file mode 100644 index 000000000000..897408c1db89 --- /dev/null +++ b/emulators/twin/files/patch-ag @@ -0,0 +1,10 @@ +--- dlls/winsock/WinSock.c.orig Fri Jan 12 18:38:47 2001 ++++ dlls/winsock/WinSock.c Fri Jul 20 02:23:17 2001 +@@ -28,6 +28,7 @@ + + */ + ++#include <sys/types.h> + #include <netinet/in.h> + #include <sys/socket.h> + #include <sys/time.h> |