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-ba | |
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-ba')
-rw-r--r-- | multimedia/mpegedit/files/patch-ba | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/multimedia/mpegedit/files/patch-ba b/multimedia/mpegedit/files/patch-ba deleted file mode 100644 index 041f337d9935..000000000000 --- a/multimedia/mpegedit/files/patch-ba +++ /dev/null @@ -1,42 +0,0 @@ ---- ui/Makefile.orig Mon Jul 24 00:01:36 1995 -+++ ui/Makefile Thu Jun 15 09:04:16 2000 -@@ -26,9 +26,10 @@ - # - - AR = ar r --CPP = g++ -+CPP = ${CXX} - RANLIB = ranlib - RM = rm -f -+INCLUDES = -I../globals -I$(X11BASE)/include - - # CPPFLAGS -Wall all warnings - # -pipe speeds up compilation (remove only if not using g++) -@@ -48,7 +49,7 @@ - .SUFFIXES: .C $(SUFFIXES) - - .C.o: -- $(CPP) $(CPPFLAGS) $(EXTRA) -I../globals -c $< -+ $(CPP) $(CPPFLAGS) $(INCLUDES) $(EXTRA) -c $< - - all: $(ALL) - -@@ -65,14 +66,14 @@ - - dep: FORCE - $(RM) $(DEPFILE) -- make $(DEPFILE) -+ $(MAKE) $(DEPFILE) - - $(DEPFILE): -- set -e; for i in $(SOURCES) ; do $(CPP) -M $$i -I../globals >>$(DEPFILE) ; done -- -+ set -e; for i in $(SOURCES) ; do $(CPP) $(INCLUDES) -M $$i >>$(DEPFILE) ; done -+ - # - # include a dependency file if one exists - # - #ifeq ($(DEPFILE),$(wildcard $(DEPFILE))) --include $(DEPFILE) -+#include $(DEPFILE) - #endif |