summaryrefslogtreecommitdiff
path: root/net-misc/stone/files/stone-2.3e-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/stone/files/stone-2.3e-makefile.patch')
-rw-r--r--net-misc/stone/files/stone-2.3e-makefile.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-misc/stone/files/stone-2.3e-makefile.patch b/net-misc/stone/files/stone-2.3e-makefile.patch
deleted file mode 100644
index 5df2b6868a24..000000000000
--- a/net-misc/stone/files/stone-2.3e-makefile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig 2013-02-20 17:45:36.000000000 +0400
-+++ Makefile 2013-02-20 17:47:19.323650328 +0400
-@@ -19,8 +19,6 @@
- # -DWINDOWS Windows95/98/NT
- # -DNT_SERVICE WindowsNT/2000 native service
-
--CFLAGS= # -g
--
- SSL= /usr/local/ssl
- SSL_FLAGS= -DUSE_SSL
- SSL_LIBS= -lssl -lcrypto
-@@ -60,7 +58,7 @@
- @echo "*** md5c.c is contained in RFC1321"
-
- stone: stone.c
-- $(CC) $(CFLAGS) $(FLAGS) -o $@ $? $(LIBS)
-+ $(CC) $(CFLAGS) $(FLAGS) ${LDFLAGS} -o $@ $? $(LIBS)
-
- pop_stone: $(POP_LIBS)
- $(MAKE) FLAGS="$(POP_FLAGS)" LIBS="$(POP_LIBS)" $(TARGET)