mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Unbreak build on Alpha
PR: ports/46741 Reported by: AJ Schroeder <aaron.schroeder@qg.com>
This commit is contained in:
parent
3eead01bfa
commit
d30f476711
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96087
1 changed files with 8 additions and 4 deletions
|
@ -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)\" \
|
||||
|
|
Loading…
Add table
Reference in a new issue