]> git.pld-linux.org Git - packages/a2ps.git/blob - a2ps-atan2.patch
- adapterized
[packages/a2ps.git] / a2ps-atan2.patch
1 --- a2ps-4.14.orig/lib/Makefile.in      2008-11-02 03:28:37.000000000 +0100
2 +++ a2ps-4.14/lib/Makefile.in   2008-11-04 15:46:34.000000000 +0100
3 @@ -322,7 +322,7 @@
4  # Use a struct, handle duplicates, produce ANSI-C
5  GPERFFLAGS = -t -D -L ANSI-C
6  BUILT_SOURCES = parseppd.c parseppd.h liba2ps.h confg.c
7 -liba2ps_la_LIBADD = @LTALLOCA@ @LTLIBOBJS@
8 +liba2ps_la_LIBADD = -lm @LTALLOCA@ @LTLIBOBJS@
9  liba2ps_la_LDFLAGS = -version-info @LIBVERSION@
10  liba2psheaders = encoding.h media.h jobs.h output.h            \
11  routines.h psgen.h prolog.h faces.h confg.h useropt.h          \
This page took 0.066799 seconds and 3 git commands to generate.