2014-11-05 12:41:07 +01:00

18 lines
413 B
Plaintext

$NetBSD: patch-Makefile,v 1.1 2013/12/10 11:41:43 jperkin Exp $
Use compiler wrapper and support additional CFLAGS.
--- Makefile.orig 2005-07-25 22:15:49.000000000 +0000
+++ Makefile
@@ -2,8 +2,8 @@
# Makefile for EXIFPROBE image file probe
# Any compiler should do
-CC=cc
-CFLAGS=-DCOLOR -O
+#CC=cc
+CFLAGS+=-DCOLOR
# You probably don't need these
# CFLAGS=-DCOLOR -g -O -Dlint -Wall -Wno-long-long