diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-06-28 13:34:38 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-28 13:34:38 +0000 |
commit | 0d731daf26f42272f5017a8ed13501bc198f0e02 (patch) | |
tree | 457342d7af8a5dc19d254f34faa577333abf5607 /multimedia/mpegedit/files/patch-at | |
parent | Update to version 1.10. (diff) |
- Support CC/CXX/CFLAGS/CXXFLAGS/MAKE properly
- Support NOPORTDOCS
- Remove USE_GMAKE
- Add WWW: line into pkg/DESCR
- Add pnm.1 LIB_DEPENDS
PR: 19344
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=29938
Diffstat (limited to 'multimedia/mpegedit/files/patch-at')
-rw-r--r-- | multimedia/mpegedit/files/patch-at | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mpegedit/files/patch-at b/multimedia/mpegedit/files/patch-at new file mode 100644 index 000000000000..8098b8055d2f --- /dev/null +++ b/multimedia/mpegedit/files/patch-at @@ -0,0 +1,11 @@ +--- MpegCodec/mpeg.C.orig Sun May 21 04:19:44 1995 ++++ MpegCodec/mpeg.C Thu Jun 15 08:37:49 2000 +@@ -890,7 +890,7 @@ + * + *-------------------------------------------------------------- + */ +-Mpeg::status Mpeg::Insert(int no_of_frames, const frame **f_array) ++Mpeg::status Mpeg::Insert(int no_of_frames, frame **f_array) + { + Fstruct Fs; + TempFrame TF; |