mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
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
12 lines
268 B
Text
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 \
|