1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/graphics/mpeg_encode/files/patch-ad
Mario Sergio Fujikawa Ferreira a82e50a994 Overall port clean up
CC/CFLAGS safeness

Submitted by:	Jeremy Norris <ishmael@home.com>
PR:		ports/22171
2000-10-28 13:05:25 +00:00

16 lines
442 B
Plaintext

--- jpeg/Makefile.orig Fri Aug 4 18:27:00 1995
+++ jpeg/Makefile Fri Oct 20 19:05:22 2000
@@ -21,10 +21,10 @@
manext = 1
# The name of your C compiler:
-CC= gcc
+CC?= gcc
# You may need to adjust these cc options:
-CFLAGS= -O -I$(srcdir)
+CFLAGS+= -I$(srcdir)
# Generally, we recommend defining any configuration symbols in jconfig.h,
# NOT via -D switches here.
# However, any special defines for ansi2knr.c may be included here: