diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-29 09:53:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-29 09:53:18 +0000 |
commit | 2c36078d184e6b3fde44793800a6c8ca0b0639f1 (patch) | |
tree | 19d35773be783fd6761833f599af82301c20ceac /multimedia/mpeg_encode/files/patch-ac | |
parent | Reorder the 'configure-message patch-libtool' targets in _CONFIGURE_SEQ (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_8_0'.release/4.8.0
Notes
Notes:
svn path=/head/; revision=77676
svn path=/tags/RELEASE_4_8_0/; revision=77677; tag=release/4.8.0
Diffstat (limited to 'multimedia/mpeg_encode/files/patch-ac')
-rw-r--r-- | multimedia/mpeg_encode/files/patch-ac | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/multimedia/mpeg_encode/files/patch-ac b/multimedia/mpeg_encode/files/patch-ac deleted file mode 100644 index 4760ecb9ecfc..000000000000 --- a/multimedia/mpeg_encode/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile~ Wed Aug 16 17:16:56 1995 -+++ Makefile Fri Oct 20 19:20:05 2000 -@@ -68,7 +68,7 @@ - ##################################################################### - # COMPILER # specify compiler; should be ANSI-compliant if possible # - ##################################################################### --CC = gcc -+CC ?= gcc - - ################################################ - # MAKE # command to use for the "make" command # -@@ -96,7 +96,7 @@ - # - - # gcc --CFLAGS = $(INCLUDEDIR) $(DEBUGFLAG) -Wall -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG) -+CFLAGS += $(INCLUDEDIR) -Wall -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG) - - # gcc-strict - #CFLAGS = $(INCLUDEDIR) $(DEBUGFLAG) -pedantic -Wall -Waggregate-return -Wtraditional -Wshadow -Wpointer-arith -Wno-parentheses -Wwrite-strings -Wconversion -Wcast-qual -Wcast-align -Wnested-externs -Wuninitialized -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG) |