summaryrefslogtreecommitdiff
path: root/package/palantir/patches/patch-server_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/palantir/patches/patch-server_Makefile')
-rw-r--r--package/palantir/patches/patch-server_Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/package/palantir/patches/patch-server_Makefile b/package/palantir/patches/patch-server_Makefile
deleted file mode 100644
index a9bc81951..000000000
--- a/package/palantir/patches/patch-server_Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
---- palantir-2.7.orig/server/Makefile 2007-05-19 01:31:36.000000000 +0200
-+++ palantir-2.7/server/Makefile 2011-01-20 15:24:19.478658283 +0100
-@@ -47,10 +47,11 @@ ENABLE_X11MON= 0
- .PHONY : tools man
-
-
--CFLAGS= -Wall -D_REENTRANT -O2 -g
-+CFLAGS?= -Wall -D_REENTRANT -O2 -g
- # -O3
--CC= gcc
--libjpeg= -ljpeg
-+CC?= gcc
-+LIBS?=
-+LIBS+= -ljpeg -lpthread
-
- ifeq ($(TARGET),mips)
- BROADCOM_SRC= /usr/local/broadcom/src
-@@ -86,7 +87,7 @@ SRCS= *.c
- libgsm= libgsm/lib/libgsm.a
-
- palantir: $(libgsm) $(OBJ) tools man
-- $(CC) $(CFLAGS) $(LDFLAGS) $(OBJ) $(libgsm) $(libjpeg) -lpthread -o palantir
-+ $(CC) $(LDFLAGS) $(OBJ) $(libgsm) $(LIBS) -o palantir
-
- mips:
- make TARGET=mips palantir