about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/splashutils/purity.patch
blob: 45cbafb7161a7bc9e49dac36e9b6337a79cda6b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
diff -rc splashutils-1.3-orig/Makefile splashutils-1.3/Makefile
*** splashutils-1.3-orig/Makefile	2006-07-15 00:02:22.000000000 +0200
--- splashutils-1.3/Makefile	2006-11-26 00:25:48.000000000 +0100
***************
*** 28,34 ****
  usrbindir  = ${prefix}/usr/bin
  mandir 	   = ${prefix}/usr/share/man
  
! INSTALL 		= /usr/bin/install -c
  INSTALL_PROG 	= ${INSTALL}
  INSTALL_DATA 	= ${INSTALL} -m 644
  INSTALL_SCRIPT 	= ${INSTALL_PROG}
--- 28,34 ----
  usrbindir  = ${prefix}/usr/bin
  mandir 	   = ${prefix}/usr/share/man
  
! INSTALL 		= install -c
  INSTALL_PROG 	= ${INSTALL}
  INSTALL_DATA 	= ${INSTALL} -m 644
  INSTALL_SCRIPT 	= ${INSTALL_PROG}
***************
*** 71,77 ****
  
  # Include the klibc header files so that we can compile against fb.h
  # from a kernel thee patched with fbsplash.
! INCLUDES = -I/usr/include/freetype2 -idirafter /usr/lib/klibc/include/linux
  OBJS     = $(OBJDIR)/splash.o $(OBJDIR)/parse.o $(OBJDIR)/render.o $(OBJDIR)/image.o \
  		   $(OBJDIR)/cmd.o $(OBJDIR)/common.o $(OBJDIR)/daemon.o $(OBJDIR)/daemon_cmd.o \
  	       $(OBJDIR)/list.o $(OBJDIR)/effects.o
--- 71,77 ----
  
  # Include the klibc header files so that we can compile against fb.h
  # from a kernel thee patched with fbsplash.
! INCLUDES = -I${freetype}/include/freetype2 -idirafter ${klibc}/lib/klibc/include/linux
  OBJS     = $(OBJDIR)/splash.o $(OBJDIR)/parse.o $(OBJDIR)/render.o $(OBJDIR)/image.o \
  		   $(OBJDIR)/cmd.o $(OBJDIR)/common.o $(OBJDIR)/daemon.o $(OBJDIR)/daemon_cmd.o \
  	       $(OBJDIR)/list.o $(OBJDIR)/effects.o
Only in splashutils-1.3/: Makefile~