summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/udpxy/files/udpxy-1.0.21.2-LDFLAGS.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/udpxy/files/udpxy-1.0.21.2-LDFLAGS.patch b/net-misc/udpxy/files/udpxy-1.0.21.2-LDFLAGS.patch
deleted file mode 100644
index 45f7644f92b0..000000000000
--- a/net-misc/udpxy/files/udpxy-1.0.21.2-LDFLAGS.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2012-03-02 16:10:33.127036949 +0400
-+++ Makefile 2012-03-02 16:10:35.873002619 +0400
-@@ -169,7 +169,7 @@
-
- $(EXEC) : $(DEPFILE) $(OBJ)
- @rm -f $(EXEC)
-- $(CC) $(CFLAGS) $(COPT) -o $(EXEC) $(OBJ)
-+ $(CC) $(CFLAGS) $(COPT) -o $(EXEC) $(OBJ) $(LDFLAGS)
- @ls -l $(EXEC)
- ifneq (yes, $(NO_UDPXREC))
- @rm -f $(UDPXREC)