]> git.pld-linux.org Git - packages/a2ps.git/blame - a2ps-atan2.patch
- updated (a2ps-4.14)
[packages/a2ps.git] / a2ps-atan2.patch
CommitLineData
76c7f7c8 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
b3a1f095 5 GPERFFLAGS = -t -D -L ANSI-C
76c7f7c8 6 BUILT_SOURCES = parseppd.c parseppd.h liba2ps.h confg.c
b3a1f095 7-liba2ps_la_LIBADD = @LTALLOCA@ @LTLIBOBJS@
8+liba2ps_la_LIBADD = -lm @LTALLOCA@ @LTLIBOBJS@
9 liba2ps_la_LDFLAGS = -version-info @LIBVERSION@
b3a1f095 10 liba2psheaders = encoding.h media.h jobs.h output.h \
76c7f7c8 11 routines.h psgen.h prolog.h faces.h confg.h useropt.h \
This page took 0.046693 seconds and 4 git commands to generate.