diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
commit | 60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch) | |
tree | 42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/jbigkit/files/patch-pbmtools_Makefile | |
parent | security/arirang: Mark broken with Ruby 2.0 or newer (diff) |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363261
Diffstat (limited to 'graphics/jbigkit/files/patch-pbmtools_Makefile')
-rw-r--r-- | graphics/jbigkit/files/patch-pbmtools_Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/graphics/jbigkit/files/patch-pbmtools_Makefile b/graphics/jbigkit/files/patch-pbmtools_Makefile new file mode 100644 index 000000000000..747f8fa38b68 --- /dev/null +++ b/graphics/jbigkit/files/patch-pbmtools_Makefile @@ -0,0 +1,32 @@ +--- pbmtools/Makefile 2014-03-27 14:47:15.000000000 -0400 ++++ pbmtools/Makefile 2014-04-08 09:18:42.000000000 -0400 +@@ -2,14 +2,14 @@ + + # Select an ANSI/ISO C compiler here, e.g. GNU gcc is recommended +-CC = gcc ++#CC = gcc + + # Options for the compiler +-CFLAGS = -g -O -W -Wall -Wno-unused-result -ansi -pedantic # --coverage +-CPPFLAGS = -I../libjbig ++CFLAGS += -W -Wall -ansi -pedantic # --coverage -Wno-unused-result ++CFLAGS += -I../libjbig + + .SUFFIXES: .1 .5 .txt $(SUFFIXES) + .PHONY: txt test test82 test85 clean + +-all: pbmtojbg jbgtopbm pbmtojbg85 jbgtopbm85 txt ++all: pbmtojbg jbgtopbm pbmtojbg85 jbgtopbm85 + + txt: pbmtojbg.txt jbgtopbm.txt pbm.txt pgm.txt +@@ -144,6 +144,8 @@ + cmp test-$(IMG).pbm test-$(IMG).pbm85 + +-test-%.pbm: ../examples/%.jbg +- ./jbgtopbm $< $@ ++.for i in 1 2 3 ++test-ccitt$i.pbm: ../examples/ccitt$i.jbg ++ ./jbgtopbm ${.ALLSRC} ${.TARGET} ++.endfor + + test-t82.pbm: |