summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/wput/files/wput-0.6-respectldflags.patch')
-rw-r--r--net-misc/wput/files/wput-0.6-respectldflags.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-misc/wput/files/wput-0.6-respectldflags.patch b/net-misc/wput/files/wput-0.6-respectldflags.patch
deleted file mode 100644
index d2b460b..0000000
--- a/net-misc/wput/files/wput-0.6-respectldflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: wput/src/Makefile.in
-===================================================================
---- wput.orig/src/Makefile.in
-+++ wput/src/Makefile.in
-@@ -23,7 +23,7 @@ ftplib.o: socketlib.h ftplib.h
- ftp-ls.o: ftp.h wget.h url.h
-
- wput: $(OBJ)
-- $(CC) -o $(EXE) $(OBJ) $(LIBS)
-+ $(CC) $(LDFLAGS) -o $(EXE) $(OBJ) $(LIBS)
- clean:
- rm -f *.o *~ *.bak ../wput getopt/*.o
- win-clean: clean