diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-14 08:21:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-14 08:21:18 +0000 |
commit | 8784922ccb8bef1837de54aecf4730b6c36f9af2 (patch) | |
tree | 6ad5c9750d8c4a8e628165cb5ad1b90f77b3ded2 /net/spnetkit/files/patch-port.mk | |
parent | - Update to 1.32 (diff) |
2012-05-10 graphics/solang: BROKEN for more than 6 month
2012-05-10 math/octave-devel: BROKEN for more than 6 month
2012-05-10 net/spnetkit: BROKEN for more than 6 month
Notes
Notes:
svn path=/head/; revision=312205
Diffstat (limited to 'net/spnetkit/files/patch-port.mk')
-rw-r--r-- | net/spnetkit/files/patch-port.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/spnetkit/files/patch-port.mk b/net/spnetkit/files/patch-port.mk deleted file mode 100644 index 17a876bdaf1b..000000000000 --- a/net/spnetkit/files/patch-port.mk +++ /dev/null @@ -1,14 +0,0 @@ ---- ../port/port.mk.orig 2008-02-17 15:31:19.000000000 +0800 -+++ ../port/port.mk 2011-06-21 09:21:17.000000000 +0800 -@@ -1,9 +1,9 @@ - - #-------------------------------------------------------------------- - --CC = gcc -+#CC = gcc - AR = ar cru --CFLAGS = -Wall -D_REENTRANT -D_GNU_SOURCE -g -fPIC -+CFLAGS += -Wall -D_REENTRANT -D_GNU_SOURCE -g -fPIC - SOFLAGS = -shared -Wl,-h,$@ - LDFLAGS = -lstdc++ -lpthread - |