mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
229 B
Plaintext
14 lines
229 B
Plaintext
$NetBSD: patch-aa,v 1.3 2002/08/30 22:56:00 wiz Exp $
|
|
|
|
--- Makefile.orig Fri Jun 7 05:39:18 2002
|
|
+++ Makefile
|
|
@@ -1,6 +1,6 @@
|
|
-CC=gcc
|
|
+CC?=gcc
|
|
|
|
-SDLCONFIG=sdl-config
|
|
+SDLCONFIG?=sdl-config
|
|
|
|
ifndef prefix
|
|
prefix=/usr/local
|