diff options
Diffstat (limited to 'graphics/povray37/files/patch-b')
-rw-r--r-- | graphics/povray37/files/patch-b | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/povray37/files/patch-b b/graphics/povray37/files/patch-b index 247503c48f7b..2e9f944620b7 100644 --- a/graphics/povray37/files/patch-b +++ b/graphics/povray37/files/patch-b @@ -64,3 +64,24 @@ $(SRCDIR)/point.h \ $(SRCDIR)/povproto.h \ --- 901,906 ---- +*** source/unix/makefile~ Wed Dec 30 16:07:40 1998 +--- source/unix/makefile Wed Dec 30 16:09:21 1998 +*************** +*** 79,85 **** + # for compiles unless you are debugging new code, as it slows things down. + # The option -DPOV_COMMENTS enables informational comments in PNG and PPM + # format output files (see png_pov.c and ppm.c for more info). +! CFLAGS = -O2 -ansi -c -DCOMPILER_VER=\".`uname`.$(CC)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) $(XLIBINC) + LFLAGS = $(LIBPNGLIB) $(ZLIBLIB) -lm + + # Linux compiler flags +--- 79,87 ---- + # for compiles unless you are debugging new code, as it slows things down. + # The option -DPOV_COMMENTS enables informational comments in PNG and PPM + # format output files (see png_pov.c and ppm.c for more info). +! CFLAGS ?= -O2 +! CFLAGS += -ansi -c -DCOMPILER_VER=\".`uname`.$(CC)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) $(XLIBINC) +! + LFLAGS = $(LIBPNGLIB) $(ZLIBLIB) -lm + + # Linux compiler flags |