diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-09-14 16:20:36 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-09-14 16:20:36 +0200 |
commit | a89bfaa6c8ee648f38797165346971c15da15875 (patch) | |
tree | e023f6e46560dfe494fe271d5082c0409ec98e5c /redhat/applications/tde-style-qtcurve | |
parent | d8260a6ce3beb4f6aa74e66f9f9b56995a36d79e (diff) | |
download | tde-packaging-a89bfaa6c8ee648f38797165346971c15da15875.tar.gz tde-packaging-a89bfaa6c8ee648f38797165346971c15da15875.zip |
RPM Packaging: update 3.5.13.2
Diffstat (limited to 'redhat/applications/tde-style-qtcurve')
-rw-r--r-- | redhat/applications/tde-style-qtcurve/tde-style-qtcurve-3.5.13.2.spec | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/redhat/applications/tde-style-qtcurve/tde-style-qtcurve-3.5.13.2.spec b/redhat/applications/tde-style-qtcurve/tde-style-qtcurve-3.5.13.2.spec index 7facfdf39..a15205dda 100644 --- a/redhat/applications/tde-style-qtcurve/tde-style-qtcurve-3.5.13.2.spec +++ b/redhat/applications/tde-style-qtcurve/tde-style-qtcurve-3.5.13.2.spec @@ -77,13 +77,10 @@ unset QTDIR || : ; . /etc/profile.d/qt3.sh export PATH="%{tde_bindir}:${PATH}" export KDEDIR="%{tde_prefix}" -export CXXFLAGS="-I${QTINC} -I%{tde_tdeincludedir} ${CXXFLAGS}" - # Shitty hack for RHEL4 ... if [ -d "/usr/X11R6" ]; then export CMAKE_INCLUDE_PATH="${CMAKE_INCLUDE_PATH}:/usr/X11R6/include:/usr/X11R6/%{_lib}" - export CFLAGS="${RPM_OPT_FLAGS} -I/usr/X11R6/include -L/usr/X11R6/%{_lib}" - export CXXFLAGS="${RPM_OPT_FLAGS} -I/usr/X11R6/include -L/usr/X11R6/%{_lib}" + export RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -I/usr/X11R6/include -L/usr/X11R6/%{_lib}" fi # Error in "po/tr.po" |