1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Respect CC and CFLAGS.

De JIBE package now wo'ks on sparc64!
This commit is contained in:
Kris Kennaway 2002-04-06 02:58:23 +00:00
parent 2770b17d6f
commit 7f2a3fa5d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57358

10
misc/jive/files/patch-aa Normal file
View File

@ -0,0 +1,10 @@
--- Makefile.orig Fri Apr 5 18:55:29 2002
+++ Makefile Fri Apr 5 18:55:40 2002
@@ -1,5 +1,5 @@
-CC = gcc
-CFLAGS = -O2 -fomit-frame-pointer
+CC ?= cc
+CFLAGS += -fomit-frame-pointer
LDFLAGS = -s
LEX = flex
LEXLIB = -lfl