~ubuntu-branches/ubuntu/quantal/recoll/quantal

« back to all changes in this revision

Viewing changes to qtgui/recoll.pro.in

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2012-05-18 10:59:21 UTC
  • mfrom: (1.3.9)
  • Revision ID: package-import@ubuntu.com-20120518105921-6eefevywd67qe3wj
Tags: 1.17.2-1
* New upstream release:
  + Dropped patches: fix-kFreeBSD-ftbfs.patch, recoll_ionice_getpid.patch.
    These are merged with upstream.
  + Refreshed patch: fix-python-install.patch.
* debian/rules, debian/control:
  + Added hardening support.
* debian/copyright:
  + Fixed duplicate Copyright sections.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
UNAME = $$system(uname -s)
90
90
contains( UNAME, [lL]inux ) {
91
 
          LIBS -= -liconv 
92
 
          LIBS += -ldl -lX11
93
 
}
94
 
 
95
 
contains( UNAME, GNU/kFreeBSD ) {
96
 
          LIBS -= -liconv 
97
91
          LIBS += -ldl -lX11
98
92
}
99
93