summaryrefslogtreecommitdiff
path: root/graphics/jbigkit/files/patch-ab
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-ab
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-ab')
-rw-r--r--graphics/jbigkit/files/patch-ab38
1 files changed, 0 insertions, 38 deletions
diff --git a/graphics/jbigkit/files/patch-ab b/graphics/jbigkit/files/patch-ab
deleted file mode 100644
index fd98f69787c9..000000000000
--- a/graphics/jbigkit/files/patch-ab
+++ /dev/null
@@ -1,38 +0,0 @@
---- libjbig/Makefile 2014-03-27 14:47:15.000000000 -0400
-+++ libjbig/Makefile 2014-04-08 08:43:57.000000000 -0400
-@@ -2,10 +2,14 @@
-
- # 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 = -g -O -W -Wall -ansi -pedantic # --coverage
-+CFLAGS += -W -Wall -ansi -pedantic # --coverage
-
--all: libjbig.a libjbig85.a tstcodec tstcodec85
-+all: libjbig.a libjbig85.a tstcodec tstcodec85 libjbig.so.2 libjbig85.so.1
-+
-+.SUFFIXES: .c .So
-+.c.So:
-+ $(CC) -c -fpic -DPIC ${CFLAGS} ${.IMPSRC} -o ${.TARGET}
-
- tstcodec: tstcodec.o jbig.o jbig_ar.o
-@@ -20,4 +24,8 @@
- -ranlib libjbig.a
-
-+libjbig.so.2: jbig.So jbig_ar.So
-+ rm -f ${.TARGET}
-+ $(CC) -o ${.TARGET} ${LDFLAGS} -shared -Wl,-soname,${.TARGET} ${.ALLSRC}
-+
- libjbig85.a: jbig85.o jbig_ar.o
- rm -f libjbig85.a
-@@ -25,4 +33,8 @@
- -ranlib libjbig85.a
-
-+libjbig85.so.1: jbig85.So jbig_ar.So
-+ rm -f ${.TARGET}
-+ $(CC) -o ${.TARGET} ${LDFLAGS} -shared -Wl,-soname,${.TARGET} ${.ALLSRC}
-+
- jbig.o: jbig.c jbig.h jbig_ar.h
- jbig85.o: jbig85.c jbig85.h jbig_ar.h