Browse Source

fix for Irix

David Rose 24 years ago
parent
commit
d68e7790cd
2 changed files with 3 additions and 3 deletions
  1. 2 2
      pandatool/src/bam/Sources.pp
  2. 1 1
      pandatool/src/bam/bamToEgg.cxx

+ 2 - 2
pandatool/src/bam/Sources.pp

@@ -44,8 +44,8 @@
   #define OTHER_LIBS \
     egg:c pandaegg:m \
     parametrics:c collide:c chan:c char:c switchnode:c \
-    cull:c loader:c sgraphutil:c sgattrib:c \
-    sgraph:c pnmimagetypes:c \
+    cull:c loader:c gobj:c sgraphutil:c sgattrib:c \
+    sgraph:c pnmimagetypes:c pstatclient:c \
     graph:c putil:c linmath:c express:c panda:m pandaexpress:m \
     interrogatedb:c dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
 

+ 1 - 1
pandatool/src/bam/bamToEgg.cxx

@@ -699,7 +699,7 @@ apply_arc_properties(EggGroup *egg_group, ArcChain &chain) {
     }
   }
 
-  return true;
+  return any_applied;
 }