]> git.pld-linux.org Git - packages/arts.git/commitdiff
- disable -fvisibility-inlines-hidden due to gcc bugs. auto/th/arts-1_4_0-3
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 5 May 2005 12:30:09 +0000 (12:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  moreover libstdc++ headers need push/pop visibility attribute.
  now it builds/links on amd64/ppc fine.

Changed files:
    arts.spec -> 1.111

arts.spec

index 45f03d5ee2b5fd8f2bddd947d2b9269d923cd9e7..dc728af97802de9609aa323060e5a88f505d43f9 100644 (file)
--- a/arts.spec
+++ b/arts.spec
@@ -4,11 +4,10 @@
 %bcond_with    nas     # enable NAS support
 %bcond_without esd     # disable esound support
 #
-
 %define                _state          stable
 %define                _kdever         3.4
 %define                _ver            1.4.0
-
+#
 Summary:       aRts sound server
 Summary(pl):   Serwer d¼wiêku
 Summary(pt_BR):        Servidor de sons usado pelo KDE
@@ -169,6 +168,7 @@ cp -f /usr/share/automake/config.sub admin
 
 %configure \
        %{!?with_nas:ac_cv_header_audio_audiolib_h=no} \
+       kde_cv_val_gcc_visibility_bug=yes \
 %if "%{_lib}" == "lib64"
        --enable-libsuffix=64 \
 %endif
This page took 0.416592 seconds and 4 git commands to generate.