aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fbv/fbv-1.0b/fbv-1.0b.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fbv/fbv-1.0b/fbv-1.0b.patch')
-rw-r--r--recipes/fbv/fbv-1.0b/fbv-1.0b.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/fbv/fbv-1.0b/fbv-1.0b.patch b/recipes/fbv/fbv-1.0b/fbv-1.0b.patch
new file mode 100644
index 0000000000..2ca9d522b9
--- /dev/null
+++ b/recipes/fbv/fbv-1.0b/fbv-1.0b.patch
@@ -0,0 +1,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.