summaryrefslogtreecommitdiff
path: root/graphics/povray/files/patch-b
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1998-12-30 11:48:35 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1998-12-30 11:48:35 +0000
commitd534314e0d2281d1bbcc9f3cb4cde48c19e0315b (patch)
tree2286b2ff7364f2d72362fe01245f3915ee6c33f8 /graphics/povray/files/patch-b
parentUse GNU poll implementation instead of system poll. We don't yet (diff)
- 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 <kkennawa@physics.adelaide.edu.au>
Notes
Notes: svn path=/head/; revision=15730
Diffstat (limited to 'graphics/povray/files/patch-b')
-rw-r--r--graphics/povray/files/patch-b21
1 files changed, 21 insertions, 0 deletions
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