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/mpegedit/files/patch-az | |
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/mpegedit/files/patch-az')
-rw-r--r-- | multimedia/mpegedit/files/patch-az | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/multimedia/mpegedit/files/patch-az b/multimedia/mpegedit/files/patch-az deleted file mode 100644 index a0a3117b1d5f..000000000000 --- a/multimedia/mpegedit/files/patch-az +++ /dev/null @@ -1,39 +0,0 @@ ---- editor/Makefile.orig Mon Jul 24 00:01:16 1995 -+++ editor/Makefile Thu Jun 15 09:02:18 2000 -@@ -25,12 +25,12 @@ - # Mr A S R Ashley B.Eng (Hons) 23rd July 1995 - - AR = ar r --CC = gcc --CPP = g++ -+#CC = gcc -+CPP = ${CXX} - RANLIB = ranlib - RM = rm -f - INCLUDES = -I../globals -I../ui -I../MpegCodec -I../MpegCodec/decoder \ -- -I../MpegCodec/encoder -I$(PBMDIR) -+ -I../MpegCodec/encoder -I$(PBMDIR) -I$(X11BASE)/include - - DEPFILE = Dependancies - HEADERS = yuv.H 2x2_window.H mono_window.H bw_window.H effects.H \ -@@ -62,17 +62,17 @@ - - dep: FORCE - $(RM) $(DEPFILE) -- make $(DEPFILE) -+ $(MAKE) $(DEPFILE) - - FORCE: - - - $(DEPFILE): - set -e; for i in $(SOURCES) ; do $(CC) $(INCLUDES) -M $$i >>$(DEPFILE) ; done -- -+ - # - # include a dependency file if one exists - # - #ifeq ($(DEPFILE),$(wildcard $(DEPFILE))) --include $(DEPFILE) -+#include $(DEPFILE) - #endif |