diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-21 23:15:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-21 23:15:26 +0000 |
commit | ecfecd96a49e96b270fdb001cae701b853837a3e (patch) | |
tree | b496d9d5ab2460e61407fe3eab326255988deda3 /graphics/jbigkit/files/patch-aa | |
parent | net/py-ldaptor: support stage and use auto plist (diff) |
- Unbreak
- Package man pages
- Convert to OPTIONS
- Strip shared libs
Pointyhats: mi@
Diffstat (limited to 'graphics/jbigkit/files/patch-aa')
-rw-r--r-- | graphics/jbigkit/files/patch-aa | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/graphics/jbigkit/files/patch-aa b/graphics/jbigkit/files/patch-aa index 9e7cd316261b..08cec0f9f572 100644 --- a/graphics/jbigkit/files/patch-aa +++ b/graphics/jbigkit/files/patch-aa @@ -1,6 +1,7 @@ ---- Makefile 2014-03-27 14:47:15.000000000 -0400 -+++ Makefile 2014-04-08 08:37:59.000000000 -0400 -@@ -2,12 +2,10 @@ +--- ./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 @@ -15,3 +16,16 @@ - 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 |