Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+17
View File
@@ -0,0 +1,17 @@
$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