diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-03 19:47:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-03 19:47:22 +0000 |
commit | afa5279ae5cbaf23ee3506a516db24d0465ae659 (patch) | |
tree | 78ba657ba15de12076930cb41284fa65c7c3481b /testing/altermime/makefile-flags.patch | |
parent | 684d5ebdddfc7f2222823fd1aedbd35caba87079 (diff) | |
download | aports-afa5279ae5cbaf23ee3506a516db24d0465ae659.tar.bz2 aports-afa5279ae5cbaf23ee3506a516db24d0465ae659.tar.xz |
testing/*: remove
we dont ship stuff thats under testing
Diffstat (limited to 'testing/altermime/makefile-flags.patch')
-rw-r--r-- | testing/altermime/makefile-flags.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/altermime/makefile-flags.patch b/testing/altermime/makefile-flags.patch deleted file mode 100644 index 71a399051e..0000000000 --- a/testing/altermime/makefile-flags.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- ./Makefile.orig -+++ ./Makefile -@@ -9,7 +9,8 @@ - # opposite of a disclaimer. - #ALTERMIME_OPTIONS=-DALTERMIME_PRETEXT - ALTERMIME_OPTIONS= --CFLAGS=-Wall -Werror -g -I. -O2 $(ALTERMIME_OPTIONS) -+CFLAGS?=-Wall -Werror -g -I. -O2 -+CFLAGS+=$(ALTERMIME_OPTIONS) - OBJS= strstack.o mime_alter.o ffget.o pldstr.o filename-filters.o logger.o MIME_headers.o libmime-decoders.o boundary-stack.o qpe.o - - -@@ -19,7 +20,7 @@ - all: altermime - - altermime: altermime.c ${OBJS} -- ${CC} ${CFLAGS} altermime.c ${OBJS} -o altermime -+ ${CC} ${CFLAGS} altermime.c ${OBJS} ${LDFLAGS} -o altermime - - - # Build Install |