diff options
author | pav <pav@FreeBSD.org> | 2003-12-18 04:06:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-18 04:06:15 +0800 |
commit | a1ceed2ffe6c54c55f6d3aa467b46a140b4a35c8 (patch) | |
tree | 9fdcb57621693d55dfd5040b14613a70cc004b0c /graphics | |
parent | 3d7cbc063c04701019b2f87c80ba2d70a63330bd (diff) | |
download | freebsd-ports-gnome-a1ceed2ffe6c54c55f6d3aa467b46a140b4a35c8.tar.gz freebsd-ports-gnome-a1ceed2ffe6c54c55f6d3aa467b46a140b4a35c8.tar.zst freebsd-ports-gnome-a1ceed2ffe6c54c55f6d3aa467b46a140b4a35c8.zip |
- Unbreak build on Alpha
PR: ports/46741
Reported by: AJ Schroeder <aaron.schroeder@qg.com>
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)\" \ |