mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
fix qt2 compilation + lyx.spec update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2781 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
70a852b5e1
commit
af558da34b
@ -1,3 +1,7 @@
|
||||
2001-09-21 Kayvan A. Sylvan <kayvan@satyr.sylvan.com>
|
||||
|
||||
* lyx.spec.in: last cleanup
|
||||
|
||||
2001-09-20 Kayvan A. Sylvan <kayvan@satyr.sylvan.com>
|
||||
|
||||
* lyx.spec.in: another big rework, with input from many people.
|
||||
|
@ -39,16 +39,7 @@ CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" \
|
||||
./configure --prefix=%{_prefix} --mandir=%{_mandir} \
|
||||
--bindir=%{_bindir} --datadir=%{_datadir} \
|
||||
--without-warnings --with-included-string
|
||||
# The following check is to ensure that lyx RPMs generated on RH 6.X machines
|
||||
# with gcc-2.95 still run against older Redhat OS/compiler combinations.
|
||||
# It will eventually be ripped out.
|
||||
if [ -r /usr/lib/libstdc++-libc6.1-1.so.2 ]
|
||||
then
|
||||
make CXX=g++ LYX_LIBS='/usr/lib/libstdc++-libc6.1-1.so.2 -lforms -lXpm'
|
||||
else
|
||||
make
|
||||
fi
|
||||
|
||||
make
|
||||
|
||||
%install
|
||||
unset LINGUAS || true
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-09-21 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* sp_base.h: include <sys/types.h>
|
||||
|
||||
2001-09-18 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
|
||||
|
@ -1,6 +1,9 @@
|
||||
#ifndef SP_BASE_H
|
||||
#define SP_BASE_H
|
||||
|
||||
// needed for pid_t typedef
|
||||
#include <sys/types.h>
|
||||
|
||||
class BufferParams;
|
||||
|
||||
class SpellBase
|
||||
|
Loading…
Reference in New Issue
Block a user