freebsd-ports/graphics/hppsmtools/files/patch-psmdir.c
Kevin Lo 3aedf84118 - Install the psm* commands correctly, they used to be the same binary but
aren't with the current version. Sigh.
- Install docs only if NOPORTDOCS is not set.
- Fix some warnings, remove -pedantic and -Wall to silence the rest.
- Bump PORTREVISION

PR: 30098
Submitted by: MAINTAINER
2001-08-27 15:26:07 +00:00

10 lines
239 B
C

--- psmdir.c.orig Sun Aug 26 12:29:38 2001
+++ psmdir.c Sun Aug 26 12:29:44 2001
@@ -3,7 +3,6 @@
#include <unistd.h>
#include <signal.h>
#include <string.h>
-#include <malloc.h>
#include <math.h>
#include "psm.h"
#include "config.h"