]> git.pld-linux.org Git - packages/povray.git/blobdiff - povray-makefile_and_config.patch
- use $(OPT_FLAGS) instead $(RPM_OPT_FLAGS),
[packages/povray.git] / povray-makefile_and_config.patch
index ddd80f652b665b3af9f5ce3f840c0ccde4d8710d..933c39d3cbd673984ae189c42c7405adb4543466 100644 (file)
@@ -6,7 +6,7 @@ diff -Nur povray31.orig/source/unix/makefile povray31/source/unix/makefile
  
  # Linux compiler flags, Pentium II optimized
 -CFLAGS      = -O6 -finline-functions -ffast-math -c -ansi -m386 -DCPU=686 -DCOMPILER_VER=\".`uname`.$(CC)\" -DPOV_LIB_DIR=\"$(POVLIBDIR)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC)
-+CFLAGS      = $(RPM_OPT_FLAGS) -finline-functions -ffast-math -c -ansi -DCOMPILER_VER=\".`uname`.$(CC)\" -DPOV_LIB_DIR=\"$(POVLIBDIR)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC)
++CFLAGS      = $(OPT_FLAGS) -finline-functions -ffast-math -c -ansi -DCOMPILER_VER=\".`uname`.$(CC)\" -DPOV_LIB_DIR=\"$(POVLIBDIR)\" $(SRCINC)
  
  # HPUX compiler flags
  #CFLAGS      = +O2 -finline-functions -c -Aa -D_HPUX_SOURCE -DCOMPILER_VER=\".`uname`.$(CC)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC)
This page took 0.107177 seconds and 4 git commands to generate.