aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fbv/fbv-1.0b/fbv-1.0b.patch
blob: 2ca9d522b9859dcf2e4dd8137101cd0581f8d65e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN fbv-1.0b-0rig/Makefile fbv-1.0b/Makefile
--- fbv-1.0b-0rig/Makefile	2009-08-20 00:33:58.000000000 +0200
+++ fbv-1.0b/Makefile	2009-08-20 00:34:16.000000000 +0200
@@ -12,7 +12,7 @@
 OBJECTS	= ${SOURCES:.c=.o}
 
 OUT	= fbv
-#LIBS	= -lungif -L/usr/X11R6/lib -ljpeg -lpng
+LIBS	= -L/usr/lib -ljpeg -lpng #-lungif
 
 all: $(OUT)
 	@echo Build DONE.