ports/graphics/hppsmtools/files/patch-aa
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

12 lines
268 B
Text

--- Makefile.orig Wed Mar 1 15:23:12 2000
+++ Makefile Sun Aug 26 12:33:29 2001
@@ -6,8 +6,7 @@
# Set this to your liking
PREFIX=/usr/local
-COPTS=$(ADDIT_DEFS) -Wall -pedantic
-CC=gcc
+COPTS=$(ADDIT_DEFS) $(CFLAGS)
FILES= psm.h psm.c \
exif.h exifparse.c \