]> git.pld-linux.org Git - packages/povray.git/commitdiff
- use $(OPT_FLAGS) instead $(RPM_OPT_FLAGS),
authorkloczek <kloczek@pld-linux.org>
Tue, 21 Mar 2000 00:40:16 +0000 (00:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed $(LIBPNGINC) $(ZLIBINC) from CFLAGS.

Changed files:
    povray-makefile_and_config.patch -> 1.2

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.051272 seconds and 4 git commands to generate.