]> git.pld-linux.org Git - packages/inkscape.git/blob - inkscape-build.patch
- package new language files
[packages/inkscape.git] / inkscape-build.patch
1 diff -urN inkscape-0.48.4.org/configure.ac inkscape-0.48.4/configure.ac
2 --- inkscape-0.48.4.org/configure.ac    2012-12-15 17:50:19.000000000 +0100
3 +++ inkscape-0.48.4/configure.ac        2013-04-18 08:23:52.486037399 +0200
4 @@ -21,12 +21,12 @@
5    export CC CXX
6  ])
7  
8 -AM_CONFIG_HEADER(config.h)
9 +AC_CONFIG_HEADERS(config.h)
10  
11  AC_LANG(C++)
12  AC_ISC_POSIX
13 +AC_PROG_CC
14  AC_PROG_CXX
15 -AM_PROG_CC_STDC
16  AM_PROG_AS
17  AC_PROG_RANLIB
18  AC_PROG_INTLTOOL(0.22)
19 @@ -37,7 +37,6 @@
20  m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
21  
22  dnl These next few lines are needed only while libcroco is in our source tree.
23 -AC_PROG_CC
24  AM_PROG_CC_C_O
25  if test "$GCC" = "yes"; then
26    # Enable some warnings from gcc.
This page took 0.023305 seconds and 3 git commands to generate.