comparison src/mingw-of-sockets-1-winsock.patch @ 3381:311f0d70597b

Add octave forge sockets package * Makefile.in: add sockets to OCTAVE_FORGE_PACKAGES, fix forge install rule to install newly tar zipped files instead of copying from pkg/. * build_packages: add sockets-1.0.8.tar.gz * dist-files.mk: add of-sockets.mk and mingw-of-sockets-1-winsock.patch * index.html: add of-sockets-package. * src/of-sockets.mk: New file. * src/mingw-of-sockets-1-winsock.patch: new file.
author John Donoghue <john.donoghue@ieee.org>
date Tue, 31 Dec 2013 23:33:29 -0500
parents
children
comparison
equal deleted inserted replaced
3380:654ecdc435a4 3381:311f0d70597b
1 diff -ur sockets.orig/src/Makefile sockets/src/Makefile
2 --- sockets.orig/src/Makefile 2013-12-31 22:17:49.000000000 -0500
3 +++ sockets/src/Makefile 2013-12-31 22:25:31.000000000 -0500
4 @@ -14,7 +14,7 @@
5 all: $(OCT)
6
7 %.oct: %.cc
8 - mkoctfile $(VFLAGS) -s $<
9 + mkoctfile $(VFLAGS) -s $< -lws2_32
10
11 test: $(OCT)
12 test_octave_sockets