openbsd-ports/converters/libiconv/patches/patch-Makefile_devel
2011-09-02 15:44:46 +00:00

25 lines
544 B
Plaintext

$OpenBSD: patch-Makefile_devel,v 1.2 2011/09/02 15:44:46 naddy Exp $
Don't blindly override these variables.
--- Makefile.devel.orig Thu Sep 1 18:06:12 2011
+++ Makefile.devel Thu Sep 1 18:06:39 2011
@@ -3,14 +3,14 @@
# Don't use it unless you know exactly what you do!
SHELL = /bin/sh
-MAKE = make
+MAKE ?= make
AUTOCONF = autoconf-2.68
AUTOHEADER = autoheader-2.68
AUTOMAKE = automake-1.11
ACLOCAL = aclocal-1.11
GPERF = gperf
-CC = gcc
-CFLAGS = -O
+CC ?= gcc
+CFLAGS ?= -O
MAN2HTML = groff -mandoc -Thtml
CP = cp
RM = rm -f