]> git.pld-linux.org Git - packages/ekiga.git/blob - ekiga-shell.patch
- fix compilation with gcc 4.7
[packages/ekiga.git] / ekiga-shell.patch
1 --- ekiga-3.0.1/src/Makefile.am.orig    2008-11-05 02:58:20.829222623 +0100
2 +++ ekiga-3.0.1/src/Makefile.am 2008-11-05 02:59:05.326164449 +0100
3 @@ -171,7 +171,7 @@
4              echo "#define EKIGA_REVISION $(SVN_REVISION)" > revision.h; \
5            fi \
6          else \
7 -          if !(test -e "./revision.h"); then\
8 +          if [ ! -e "./revision.h" ]; then\
9              echo "#define EKIGA_REVISION \"unknown\"" > revision.h; \
10            fi \
11          fi)
This page took 0.056079 seconds and 3 git commands to generate.