~ubuntu-branches/debian/wheezy/cuneiform/wheezy

« back to all changes in this revision

Viewing changes to .pc/graphicsmagick.diff/cuneiform_src/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jakub Wilk
  • Date: 2011-04-30 13:16:24 UTC
  • mfrom: (1.1.3 upstream) (5.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110430131624-6yqf92183p6hshur
Tags: 1.1.0+dfsg-1
* Upload to unstable.
* New upstream release.
  + Drop patches: c-assert.diff, cuneiform.h-rename-*.diff,
    slovenian-slv.diff, soname.diff, swabytes.diff. All applied upstream.
  + Refresh the remaining patches.
  + Update *.install files.
  + Fix incorrect use of va_list (closes: #596917).
* Re-add c-assert.diff to fix another instance of custom assert() macro.
* Use stricter check level for dpkg-gensymbols.
* Bump standards version to 3.9.2 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    endif()
29
29
endif()
30
30
 
 
31
 
 
32
INCLUDE (CheckIncludeFiles)
 
33
CHECK_INCLUDE_FILES (endian.h HAVE_ENDIAN_H)
 
34
 
31
35
add_definitions(-D_USE_RVERLINE_)
32
36
 
33
37
find_package(ImageMagick COMPONENTS Magick++)