]> git.pld-linux.org Git - packages/blender.git/commitdiff
- restore overwritten compiler flags (fixes #129) auto/th/blender-2_45-3
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 7 Apr 2008 07:28:09 +0000 (07:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3

Changed files:
    blender.spec -> 1.82

blender.spec

index e184c0fc897a8373de419fb6ed9f89918cc2827f..56ad4b8f724229480a767b0dd9bc9e11dffd00b2 100644 (file)
@@ -7,7 +7,7 @@ Summary:        3D modeling, rendering, animation and game creation package
 Summary(pl.UTF-8):     Pakiet do tworzenia animacji 3D oraz gier
 Name:          blender
 Version:       2.45
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications/Graphics
 Source0:       http://download.blender.org/source/%{name}-%{version}.tar.gz
@@ -69,8 +69,8 @@ RPMCFLAGS="\"`echo %{rpmcflags}|sed 's/ /\",\"/g'`\""
 RPMLDFLAGS="\"`echo %{rpmldflags}|sed 's/ /\",\"/g'`\""
 
 cat > user-config.py <<END
-CCFLAGS           = [$RPMCFLAGS]
-CXXFLAGS          = [$RPMCFLAGS]
+CCFLAGS           = [$RPMCFLAGS, "-funsigned-char", "-fPIC"]
+CXXFLAGS          = [$RPMCFLAGS, "-funsigned-char", "-fPIC"]
 LDFLAGS           = [$RPMLDFLAGS]
 TARGET_CC         = '%{__cc}'
 TARGET_CXX        = '%{__cxx}'
This page took 0.442097 seconds and 4 git commands to generate.