aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sent/config-mk.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2017-11-06 11:52:19 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2017-11-06 12:30:37 +0100
commita6b747a20227e1dcc98d07a1a0192e783cff6dbb (patch)
tree8b727df3106db252761f534fe5004b43dc2c8289 /testing/sent/config-mk.patch
parentddfb5ecb814169cc8c458ae32b5e5625a8cb57e4 (diff)
downloadaports-a6b747a20227e1dcc98d07a1a0192e783cff6dbb.tar.bz2
aports-a6b747a20227e1dcc98d07a1a0192e783cff6dbb.tar.xz
community/sent: move from testing
Diffstat (limited to 'testing/sent/config-mk.patch')
-rw-r--r--testing/sent/config-mk.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/sent/config-mk.patch b/testing/sent/config-mk.patch
deleted file mode 100644
index dfb5934c40..0000000000
--- a/testing/sent/config-mk.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- config.mk.orig 2017-09-19 11:39:26.939320274 +0200
-+++ config.mk 2017-09-19 11:39:32.689379959 +0200
-@@ -21,8 +21,8 @@ LIBS = -L/usr/lib -lc -lm -L${X11LIB} -l
-
- # flags
- CPPFLAGS = -DVERSION=\"${VERSION}\" -D_XOPEN_SOURCE=600
--CFLAGS += -g -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS}
--LDFLAGS += -g ${LIBS}
-+CFLAGS += -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS}
-+LDFLAGS += ${LIBS}
- #CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
- #LDFLAGS += ${LIBS}
-