1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Respect CC

This commit is contained in:
Kris Kennaway 2000-02-17 08:59:52 +00:00
parent 4822fe4144
commit c00253ae6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25929
2 changed files with 12 additions and 8 deletions

View File

@ -1,5 +1,5 @@
--- Makefile.orig Thu Nov 25 06:38:29 1999
+++ Makefile Sat Feb 12 18:22:41 2000
--- Makefile.orig Thu Nov 25 03:38:29 1999
+++ Makefile Thu Feb 17 00:51:02 2000
@@ -12,22 +12,22 @@
#
@ -29,11 +29,13 @@
# Only group wheel can execute binary files.
SHELL = /bin/sh
@@ -36,7 +36,7 @@
@@ -35,8 +35,8 @@
GROUP = wheel
# This options intended for BSD/OS V2.
CC = gcc
-CC = gcc
-FLAGS = -O2
+CC ?= gcc
+#FLAGS = -O2
DEFINE = -DRETSIGTYPE=void -DRETSIGVAL=
#DEFINE += -DHAVE_FCNTL_H=1

View File

@ -1,5 +1,5 @@
--- Makefile.orig Thu Nov 25 06:38:29 1999
+++ Makefile Sat Feb 12 18:22:41 2000
--- Makefile.orig Thu Nov 25 03:38:29 1999
+++ Makefile Thu Feb 17 00:51:02 2000
@@ -12,22 +12,22 @@
#
@ -29,11 +29,13 @@
# Only group wheel can execute binary files.
SHELL = /bin/sh
@@ -36,7 +36,7 @@
@@ -35,8 +35,8 @@
GROUP = wheel
# This options intended for BSD/OS V2.
CC = gcc
-CC = gcc
-FLAGS = -O2
+CC ?= gcc
+#FLAGS = -O2
DEFINE = -DRETSIGTYPE=void -DRETSIGVAL=
#DEFINE += -DHAVE_FCNTL_H=1