mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
- 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@
10 lines
247 B
Text
10 lines
247 B
Text
--- Utilities/src/makeGlobalLib.orig 1998-09-17 19:26:39 UTC
|
|
+++ Utilities/src/makeGlobalLib
|
|
@@ -14,6 +14,7 @@ SRC = CV.c \
|
|
PIV.c \
|
|
IP.c \
|
|
I2OP.c \
|
|
+ axpy.c \
|
|
iohb.c \
|
|
newsort.c \
|
|
sortAndCompress.c \
|