mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 22:11:24 -04:00
18 lines
413 B
Plaintext
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
|