freebsd-ports/math/spooles/files/patch-MPI+src+makeGlobalLib
Maho Nakata f18cdd2f47 Cosmetic updates
- Clean up a malloc() call to get rid of some warnings.
- Pet portlint by using "makepatch" for the patches, added the license,
  changed a tab after the WWW line.

PR: 208295
Submitted by: pfg@
2016-04-18 11:28:17 +00:00

11 lines
324 B
Text

--- MPI/src/makeGlobalLib.orig 1998-11-21 22:52:01 UTC
+++ MPI/src/makeGlobalLib
@@ -29,7 +29,7 @@ SRC = aggListMPI.c \
utilities.c
OBJ_FILES = ${SRC:.c=.o}
-OBJ_FILES = MMM.o makeSendRecvIVLs.o
+#OBJ_FILES = MMM.o makeSendRecvIVLs.o
.c.o :
$(PURIFY) $(CC) -c $(CFLAGS) $(MPI_INCLUDE_DIR) $*.c -o $(OBJ)_$*.o