mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
use system CFLAGS
This commit is contained in:
parent
c8bc1bebc7
commit
e8955b8b42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15866
2 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
--- Makefile 1996/11/25 19:40:19 1.1
|
||||
+++ Makefile 1996/11/25 21:33:39
|
||||
@@ -30,31 +30,31 @@
|
||||
--- Makefile.orig Sat Jul 20 03:35:46 1996
|
||||
+++ Makefile Tue Jan 5 16:34:35 1999
|
||||
@@ -30,31 +30,30 @@
|
||||
# uncomment the following two lines if you want to include X11 support
|
||||
# (mpeg2decode)
|
||||
|
||||
|
@ -33,8 +33,8 @@
|
|||
# GNU gcc
|
||||
#
|
||||
-CC = gcc
|
||||
-CFLAGS = -O2
|
||||
+CC = cc
|
||||
CFLAGS = -O2
|
||||
|
||||
all: mpeg2decode mpeg2encode
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- Makefile 1996/11/25 19:40:19 1.1
|
||||
+++ Makefile 1996/11/25 21:33:39
|
||||
@@ -30,31 +30,31 @@
|
||||
--- Makefile.orig Sat Jul 20 03:35:46 1996
|
||||
+++ Makefile Tue Jan 5 16:34:35 1999
|
||||
@@ -30,31 +30,30 @@
|
||||
# uncomment the following two lines if you want to include X11 support
|
||||
# (mpeg2decode)
|
||||
|
||||
|
@ -33,8 +33,8 @@
|
|||
# GNU gcc
|
||||
#
|
||||
-CC = gcc
|
||||
-CFLAGS = -O2
|
||||
+CC = cc
|
||||
CFLAGS = -O2
|
||||
|
||||
all: mpeg2decode mpeg2encode
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue