diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-06 18:14:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-06 18:14:31 +0100 |
commit | a9254f4b25b3b91c349ca0f6ca6f30280ba7bf3b (patch) | |
tree | 9b367d2892d98cf0b663cf0dab6320384b8fdcb5 /package/miax/patches | |
parent | 2acd2f343b691df2dc37ecbec62adbc1c575bef2 (diff) |
remove some broken packages entirely
Diffstat (limited to 'package/miax/patches')
-rw-r--r-- | package/miax/patches/01-cross.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/package/miax/patches/01-cross.patch b/package/miax/patches/01-cross.patch deleted file mode 100644 index 04ec04d78..000000000 --- a/package/miax/patches/01-cross.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ruN miax-1.4-old/Makefile miax-1.4-new/Makefile ---- miax.orig/Makefile 2005-04-27 18:56:13.000000000 +0200 -+++ miax/Makefile 2013-12-22 09:48:41.000000000 +0100 -@@ -1,4 +1,5 @@ --CFLAGS= -Iiax/ -Igsm/inc -DIAXC_IAX2 -DLIBIAX -g -DPOSIXSLEEP -DLINUX -O2 -+OFLAGS= -02 -g -+CFLAGS= -Iiax/ -Igsm/inc $(CPPFLAGS) -DIAXC_IAX2 -DLIBIAX -DPOSIXSLEEP -DLINUX $(OFLAGS) - SYSLIBS=-lpthread -lm -lbluetooth - - -@@ -32,11 +33,10 @@ OBJS=\ - miax.o - - all: $(OBJS) -- gcc $(OBJS) $(CFLAGS) $(SYSLIBS) -o miax -- cp miax /bin/miax -+ $(CC) $(OBJS) $(CFLAGS) $(LDFLAGS) $(SYSLIBS) -o miax - - static: $(OBJS) bluetooth.o -- gcc $(OBJS) $(CFLAGS) $(SYSLIBS) -static -o miax -+ $(CC) $(OBJS) $(CFLAGS) $(LDFLAGS) $(SYSLIBS) -static -o miax - - clean: - rm -f $(OBJS) miax |