aboutsummaryrefslogtreecommitdiffstats
path: root/testing/statserial/makefile.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-01-18 17:26:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-01-18 17:26:32 +0000
commitda422d63cf72f05137326de21e931e64108f9636 (patch)
tree8b8e3d1d0e39009f1f49eb8360faf66333019031 /testing/statserial/makefile.patch
parent2ce356292507a5ccfff852efb2a97c2589f4f8e4 (diff)
downloadaports-da422d63cf72f05137326de21e931e64108f9636.tar.bz2
aports-da422d63cf72f05137326de21e931e64108f9636.tar.xz
main/statserial: moved from testing
ref #1533
Diffstat (limited to 'testing/statserial/makefile.patch')
-rw-r--r--testing/statserial/makefile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/statserial/makefile.patch b/testing/statserial/makefile.patch
deleted file mode 100644
index 18284b0511..0000000000
--- a/testing/statserial/makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- statserial-1.1.orig/Makefile
-+++ statserial-1.1/Makefile
-@@ -7,7 +7,7 @@
-
- # for production code
- CFLAGS = -Wall -O3 -fomit-frame-pointer
--LDFLAGS = -s -N
-+LDFLAGS = -s
-
- statserial: statserial.o
- $(LD) $(LDFLAGS) -o statserial statserial.o -lcurses