From d534314e0d2281d1bbcc9f3cb4cde48c19e0315b Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Wed, 30 Dec 1998 11:48:35 +0000 Subject: - Upgrade to 3.0.1 - set MAINTAINER to kkennawa@physics.adelaide.edu.au - honor CFLAGS CHANGES not included in PR ports/9240: - add USE_XLIB - remove version string from pkg/COMMENT PR: ports/9240 Submitted by: Kris Kennaway --- graphics/povray/files/patch-b | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'graphics/povray/files/patch-b') diff --git a/graphics/povray/files/patch-b b/graphics/povray/files/patch-b index 247503c48f7b..2e9f944620b7 100644 --- a/graphics/povray/files/patch-b +++ b/graphics/povray/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 -- cgit v1.2.3