aboutsummaryrefslogtreecommitdiff
path: root/graphics/seejpeg
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-09-16 20:35:13 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-09-16 20:35:13 +0000
commitb7aac35e1b37cb1264698a7af0cc9e5614ac5d6e (patch)
tree0e330e1751b7f9252b247915b2491d53c66ce07e /graphics/seejpeg
parent302ed8d6debb8f0e1f9e645f42d7265c154d9be2 (diff)
Notes
Diffstat (limited to 'graphics/seejpeg')
-rw-r--r--graphics/seejpeg/files/patch-Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/seejpeg/files/patch-Makefile b/graphics/seejpeg/files/patch-Makefile
index 742ede0d9c48..3c4090902439 100644
--- a/graphics/seejpeg/files/patch-Makefile
+++ b/graphics/seejpeg/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig 1999-11-07 06:55:19.000000000 +0100
-+++ Makefile 2014-04-28 20:49:33.000000000 +0200
+--- Makefile.orig 1999-11-07 05:55:19 UTC
++++ Makefile
@@ -6,30 +6,30 @@
# $Id: Makefile,v 1.8 1999/11/07 05:55:19 evan Exp $
@@ -11,7 +11,8 @@
# See the README for a description of these options.
#OPTIONS= -DNO_32K_CASCADE -DTESTMODE=G640x480x32K -DBUG_WORKAROUND -DONLY_1_8_MODES
- OPTIONS= -DBUG_WORKAROUND
+-OPTIONS= -DBUG_WORKAROUND
++OPTIONS= -DBUG_WORKAROUND -DBMP_SUPPORTED -DGIF_SUPPORTED -DPPM_SUPPORTED -DTARGA_SUPPORTED
# This should be the location of the JPEG v6 header files.
-JPEG_HEADERS= -I /usr/local/include
@@ -39,7 +40,7 @@
LDOPTS= -s
SEEJPEG= seejpeg.o jpeg.o image.o display.o cmap.o \
-@@ -53,8 +53,8 @@
+@@ -53,8 +53,8 @@ seejpeg: $(SEEJPEG)
$(CC) $(CFLAGS) $(LDOPTS) -o seejpeg $(SEEJPEG) $(LIBS)
install: