diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-06-17 02:54:37 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-06-17 02:54:37 +0000 |
commit | 18777e3e902fd9f659c22fe8a2975df8bc8e0b17 (patch) | |
tree | 834c2f0304ca62e69d6e39992ab04d9edcb6d421 /net-wireless/chillispot/files | |
parent | amd64/x86 stable (diff) | |
download | gentoo-2-18777e3e902fd9f659c22fe8a2975df8bc8e0b17.tar.gz gentoo-2-18777e3e902fd9f659c22fe8a2975df8bc8e0b17.tar.bz2 gentoo-2-18777e3e902fd9f659c22fe8a2975df8bc8e0b17.zip |
Remove unused patch. Fixes bug #226811
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-wireless/chillispot/files')
-rw-r--r-- | net-wireless/chillispot/files/chillispot-0.94-src.patch | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/net-wireless/chillispot/files/chillispot-0.94-src.patch b/net-wireless/chillispot/files/chillispot-0.94-src.patch deleted file mode 100644 index 4b59fdc83c69..000000000000 --- a/net-wireless/chillispot/files/chillispot-0.94-src.patch +++ /dev/null @@ -1,65 +0,0 @@ -diff -Nrup chillispot-0.94.orig/src/Makefile.am chillispot-0.94/src/Makefile.am ---- chillispot-0.94.orig/src/Makefile.am 2004-04-02 18:55:11.000000000 +0000 -+++ chillispot-0.94/src/Makefile.am 2004-07-06 16:33:23.000000000 +0000 -@@ -1,9 +1,9 @@ - sbin_PROGRAMS = chilli - --AM_CFLAGS = -O2 -D_GNU_SOURCE -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' -ggdb -lcrypt -+AM_CFLAGS = -D_GNU_SOURCE -fno-builtin -ansi -DSBINDIR='"$(sbindir)"' - - chilli_SOURCES = chilli.c defs.h tun.c tun.h cmdline.c cmdline.h ippool.c ippool.h radius.h radius.c md5.c md5.h redir.h redir.c dhcp.c dhcp.h syserr.c syserr.h -- -+chilli_LDFLAGS = -lcrypt - - - -diff -Nrup chillispot-0.94.orig/src/Makefile.in chillispot-0.94/src/Makefile.in ---- chillispot-0.94.orig/src/Makefile.in 2004-06-21 20:28:06.000000000 +0000 -+++ chillispot-0.94/src/Makefile.in 2004-07-06 16:34:05.000000000 +0000 -@@ -66,18 +66,26 @@ EXEEXT = @EXEEXT@ - OBJEXT = @OBJEXT@ - PATH_SEPARATOR = @PATH_SEPARATOR@ - AMTAR = @AMTAR@ -+AR = @AR@ - AS = @AS@ - AWK = @AWK@ - CC = @CC@ -+CXX = @CXX@ -+CXXCPP = @CXXCPP@ - DEPDIR = @DEPDIR@ - DLLTOOL = @DLLTOOL@ - ECHO = @ECHO@ -+EGREP = @EGREP@ -+F77 = @F77@ -+GCJ = @GCJ@ -+GCJFLAGS = @GCJFLAGS@ - INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - OBJDUMP = @OBJDUMP@ - PACKAGE = @PACKAGE@ - RANLIB = @RANLIB@ -+RC = @RC@ - STRIP = @STRIP@ - VERSION = @VERSION@ - am__include = @am__include@ -@@ -85,9 +93,10 @@ am__quote = @am__quote@ - install_sh = @install_sh@ - sbin_PROGRAMS = chilli - --AM_CFLAGS = -O2 -D_GNU_SOURCE -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' -ggdb -lcrypt -+AM_CFLAGS = -D_GNU_SOURCE -fno-builtin -ansi -DSBINDIR='"$(sbindir)"' - - chilli_SOURCES = chilli.c defs.h tun.c tun.h cmdline.c cmdline.h ippool.c ippool.h radius.h radius.c md5.c md5.h redir.h redir.c dhcp.c dhcp.h syserr.c syserr.h -+chilli_LDFLAGS = -lcrypt - subdir = src - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = $(top_builddir)/config.h -@@ -101,7 +110,6 @@ am_chilli_OBJECTS = chilli.$(OBJEXT) tun - chilli_OBJECTS = $(am_chilli_OBJECTS) - chilli_LDADD = $(LDADD) - chilli_DEPENDENCIES = --chilli_LDFLAGS = - - DEFS = @DEFS@ - DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |