diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-17 20:06:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-17 20:06:15 +0000 |
commit | d30f476711821463fb2dd46bd7c97d367df3af11 (patch) | |
tree | 277ed154f322d921405b92a5ef8dfdd5e84ab7ad /graphics | |
parent | - Update to 4.0a (diff) |
- Unbreak build on Alpha
PR: ports/46741
Reported by: AJ Schroeder <aaron.schroeder@qg.com>
Notes
Notes:
svn path=/head/; revision=96087
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pvmpov/files/patch-ab | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/graphics/pvmpov/files/patch-ab b/graphics/pvmpov/files/patch-ab index 763bd47aceb5..04bbd54963fb 100644 --- a/graphics/pvmpov/files/patch-ab +++ b/graphics/pvmpov/files/patch-ab @@ -1,5 +1,5 @@ ---- povray31/source/pvm/Makefile.aimk.orig Sun Sep 12 01:25:35 1999 -+++ povray31/source/pvm/Makefile.aimk Wed Mar 22 13:17:46 2000 +--- povray31/source/pvm/Makefile.aimk.orig Sun Sep 12 00:25:35 1999 ++++ povray31/source/pvm/Makefile.aimk Wed Dec 17 21:02:49 2003 @@ -63,18 +63,18 @@ # Use libXXX.a if you want to force static linking of the libraries. # Use -Llibdir -lXXX if you want to use shared libraries (if they are @@ -34,7 +34,7 @@ # You probably won't need to change these if you have the X11 variable # above set properly... -@@ -127,9 +127,8 @@ +@@ -127,28 +127,27 @@ # CC = gcc OBJ = .o @@ -46,7 +46,11 @@ #PVMLIB = /usr/lib/libpvm3.a \ # /usr/lib/libgpvm3.a XDIR = $(HOME)/pvm3/bin/$(PVM_ARCH) -@@ -140,15 +139,15 @@ +-CFLAGS = -O6 -m486 -ansi -finline-functions -ffast-math -c -Wall \ ++CFLAGS = -O6 -ansi -finline-functions -ffast-math -c -Wall \ + -DCOMPILER_VER=\".`uname`.$(CC)\" \ + $(SRCINC) $(LIBPNGINC) $(ZLIBINC) $(XLIBINC) + LFLAGS = $(PVMLIB) $(LIBPNGLIB) $(ZLIBLIB) -lm # some other possibilities for CFLAGS #CFLAGS = -O2 -ansi -c -DCOMPILER_VER=\".`uname`.$(CC)\" \ |