diff options
| author | Mikhail Teterin <mi@FreeBSD.org> | 2011-03-13 23:49:20 +0000 |
|---|---|---|
| committer | Mikhail Teterin <mi@FreeBSD.org> | 2011-03-13 23:49:20 +0000 |
| commit | 930ee8b15e754ee0043fab5bbe0f1c51422c246d (patch) | |
| tree | 9e51a51219cb015575ca11b11b01cde1a9a0635b /graphics/jbigkit/files/patch-ab | |
| parent | . Add a port of FindBugs: (diff) | |
Attempt to make it easier to use non-default compiler.
Submitted by: DROOPY (partially)
Diffstat (limited to 'graphics/jbigkit/files/patch-ab')
| -rw-r--r-- | graphics/jbigkit/files/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/jbigkit/files/patch-ab b/graphics/jbigkit/files/patch-ab index 85547868035a..cd58dfe7d825 100644 --- a/graphics/jbigkit/files/patch-ab +++ b/graphics/jbigkit/files/patch-ab @@ -1,7 +1,7 @@ ---- libjbig/Makefile.orig Fri Apr 10 20:33:27 1998 +--- libjbig/Makefile Fri Apr 10 20:33:27 1998 +++ libjbig/Makefile Wed Sep 16 11:57:16 1998 -@@ -5,9 +5,12 @@ - CC = gcc +@@ -5,9 +5,11 @@ +-CC = gcc # Options for the compiler: A high optimization level is suggested -CFLAGS = -O -Wall -ansi -pedantic @@ -21,7 +21,7 @@ +$(SOJBIGLIB): jbig.so jbig_tab.so + rm -f ${.TARGET} -+ $(CC) -o ${.TARGET} -shared -Wl,-soname,${.TARGET} ${.ALLSRC} ++ $(CC) -o ${.TARGET} ${LDFLAGS} -shared -Wl,-soname,${.TARGET} ${.ALLSRC} + ln -sf ${.TARGET} `echo ${.TARGET} | sed 's/\.so.*$$/.so/'` + jbig.o: jbig.c jbig.h |
