diff options
Diffstat (limited to 'net/py-libnet/files/patch-Makefile')
-rw-r--r-- | net/py-libnet/files/patch-Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/py-libnet/files/patch-Makefile b/net/py-libnet/files/patch-Makefile deleted file mode 100644 index 5290da4c165e..000000000000 --- a/net/py-libnet/files/patch-Makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig Mon Oct 15 08:54:55 2001 -+++ Makefile Fri Nov 21 15:44:14 2003 -@@ -1,10 +1,10 @@ - --SWIG=/usr/local/bin/swig --CC=gcc -g --PYTHON_INCLUDES=-I/usr/include/python1.5 --LIBNET_INCLUDES=-I/usr/include/libnet --CFLAGS=`libnet-config --defines` --LIBNET_LIB=/usr/lib/libnet.a -+SWIG=/usr/local/bin/swig1.1 -+#CC=gcc -g -+PYTHON_INCLUDES=-I/usr/local/include/python2.3 -+LIBNET_INCLUDES=-I/usr/local/include -+CFLAGS+=`libnet-config --defines` -fPIC -+LIBNET_LIB=/usr/local/lib/libnet.a - - OBJS= libnet.o exception.o error.o interface.o - |