summaryrefslogtreecommitdiff
path: root/graphics/jbigkit/files/patch-aa
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 21:54:33 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 21:54:33 +0000
commit60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch)
tree42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/jbigkit/files/patch-aa
parentsecurity/arirang: Mark broken with Ruby 2.0 or newer (diff)
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'graphics/jbigkit/files/patch-aa')
-rw-r--r--graphics/jbigkit/files/patch-aa31
1 files changed, 0 insertions, 31 deletions
diff --git a/graphics/jbigkit/files/patch-aa b/graphics/jbigkit/files/patch-aa
deleted file mode 100644
index 08cec0f9f572..000000000000
--- a/graphics/jbigkit/files/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
---- ./Makefile.orig 2014-03-27 18:47:15.000000000 +0000
-+++ ./Makefile 2014-06-21 22:53:57.000000000 +0000
-@@ -1,24 +1,22 @@
- # Unix makefile for JBIG-KIT
-
- # Select an ANSI/ISO C compiler here, GNU gcc is recommended
--CC = gcc
-+#CC = gcc
-
- # Options for the compiler: A high optimization level is suggested
--CFLAGS = -O2 -W -Wno-unused-result
-+CFLAGS += -W # -Wno-unused-result -- older compilers don't have this
- # CFLAGS = -O -g -W -Wall -Wno-unused-result -ansi -pedantic # -DDEBUG
-
--export CC CFLAGS
--
- VERSION=2.1
-
- all: lib pbm
- @echo "Enter 'make test' in order to start some automatic tests."
-
- lib:
-- cd libjbig && $(MAKE) -e
-+ cd libjbig && $(MAKE)
-
- pbm: lib
-- cd pbmtools && $(MAKE) -e
-+ cd pbmtools && $(MAKE)
-
- test: lib pbm
- cd libjbig && $(MAKE) test