]> git.pld-linux.org Git - packages/blender.git/commitdiff
- not realy changes, just adopted to blender2.20
authornewrom <newrom@zax.pl>
Sat, 1 Sep 2001 16:45:31 +0000 (16:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blender-bmake.patch -> 1.2

blender-bmake.patch

index 559ddd26be8646599d0b8067a4ea5634e88f5176..2d6f75627da55b95b5f1a542624ec65e92d2bb72 100644 (file)
@@ -1,15 +1,15 @@
-diff -durN blender2.14-linux-glibc2.1.2-i386.orig/plugins/bmake blender2.14-linux-glibc2.1.2-i386/plugins/bmake
---- blender2.14-linux-glibc2.1.2-i386.orig/plugins/bmake       Fri Jul 13 19:00:18 2001
-+++ blender2.14-linux-glibc2.1.2-i386/plugins/bmake    Thu Aug  2 15:07:52 2001
-@@ -5,35 +5,36 @@
+diff -durN blender2.20-linux-glibc2.1.2-i386.orig/plugins/bmake blender2.20-linux-glibc2.1.2-i386/plugins/bmake
+--- blender2.20-linux-glibc2.1.2-i386.orig/plugins/bmake       Tue Aug 14 16:23:07 2001
++++ blender2.20-linux-glibc2.1.2-i386/plugins/bmake    Sat Sep  1 18:24:24 2001
+@@ -5,36 +5,36 @@
  UNAME=`uname`
- if ( test $UNAME = "IRIX64" ) then
+ if ( test $UNAME = "IRIX64" -o $UNAME = "IRIX" ) then
        CC="cc";
--      CFLAGS="-KPIC -O2";
-+      CFLAGS="-KPIC";
+-      CFLAGS="-KPIC -O2 -mips3";
++      CFLAGS="-KPIC -mips3";
  
        LD="ld";
-       LDFLAGS="-U";   
+       LDFLAGS="-shared -U";   
  elif ( test $UNAME = "FreeBSD" ) then
        CC="gcc";
 -      CFLAGS="-fPIC -funsigned-char -O2";
@@ -39,16 +39,17 @@ diff -durN blender2.14-linux-glibc2.1.2-i386.orig/plugins/bmake blender2.14-linu
        LD="ld";
        LDFLAGS="-r";
  fi
+-
 +CFLAGS="$CFLAGS $OPTFLAGS"
  if ( test "$#" = "1" ) then 
        if ( test -f $1 ) then
-@@ -66,6 +67,8 @@
+               BASE_FILE=`echo $1 | sed -e "1 s/\.c//g"`;
+@@ -66,6 +66,8 @@
        INCLUDES=-I..;
  elif ( test -f "../include/plugin.h" ) then
        INCLUDES=-I../include
 +elif ( test -f "/usr/X11R6/include/blender/plugin.h" ) then
-+      INCLUDES=-I/usr/X11R6/include/blender
++       INCLUDES=-I/usr/X11R6/include/blender
  else 
        echo "Couldn't find plugin.h";
        exit;
This page took 0.152567 seconds and 4 git commands to generate.