diff options
Diffstat (limited to 'packages/driftnet/driftnet-nogui-0.1.6/arm.patch.old')
-rw-r--r-- | packages/driftnet/driftnet-nogui-0.1.6/arm.patch.old | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/packages/driftnet/driftnet-nogui-0.1.6/arm.patch.old b/packages/driftnet/driftnet-nogui-0.1.6/arm.patch.old deleted file mode 100644 index fe0f08923c..0000000000 --- a/packages/driftnet/driftnet-nogui-0.1.6/arm.patch.old +++ /dev/null @@ -1,49 +0,0 @@ ---- ./driftnet-0.1.6/Makefile~ 2002-07-09 19:26:41.000000000 +0000 -+++ ./driftnet-0.1.6/Makefile 2004-10-16 11:33:48.238088984 +0000 -@@ -13,7 +13,7 @@ - # - - # Compiler to use. --#CC = gcc -+CC = arm-linux-gcc - - # Basic compiler, linker flags; should not need any changes. - CFLAGS += -g -Wall -@@ -31,8 +31,8 @@ - - # Optional C compiler and linker flags. Typical driftnet builds have support - # for displaying captured images in an X window, and need the following flags: --CFLAGS += `gtk-config --cflags` --LDLIBS += -ljpeg -lungif `gtk-config --libs` -+#CFLAGS += `gtk-config --cflags` -+#LDLIBS += -ljpeg -lungif `gtk-config --libs` - - # Alternatively, you can build a version of driftnet which can only be used - # in `adjunct' mode as the back end for some other image-processing program. To -@@ -43,7 +43,7 @@ - # On systems with a C99 compiler, driftnet will use <stdint.h> for the - # definitions of types such as uint8_t. On other systems like Solaris, these - # are in <sys/types.h>, and you should uncomment this line. --#CFLAGS += -DUSE_SYS_TYPES_H -+CFLAGS += -DUSE_SYS_TYPES_H - - # On Solaris, it is necessary to link against -lposix4 for the definition of - # nanosleep; uncomment the below. -@@ -81,7 +81,7 @@ - ( echo '.\" DO NOT EDIT THIS FILE-- edit driftnet.1.in instead' ; sed s/@@@VERSION@@@/$(VERSION)/ ) < driftnet.1.in > driftnet.1 - - endianness: endian -- ./endian > endianness -+ - - endian: endian.c - $(CC) $(CFLAGS) -o endian endian.c -@@ -103,7 +103,7 @@ - mv driftnet-$(VERSION).tar.gz .. - - depend: endianness -- makedepend -- $(CFLAGS) `cat endianness` -- $(SRCS) -+ makedepend -- $(CFLAGS) -DDRIFTNET_LITTLE_ENDIAN -- $(SRCS) - touch depend - rm -f Makefile.bak - |