diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-25 08:12:42 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-25 08:12:42 +0000 |
commit | 3a0cd27f78beadddff62fd14c4273d202fe932fe (patch) | |
tree | cf50a6b82f22b66102c0797cbc13a1eebd844d2f /graphics/tosvcd/files/patch-makefile | |
parent | Added two missing files to pkg-plist (diff) |
add tosvcd 0.7
SVCD transcoder
Notes
Notes:
svn path=/head/; revision=68783
Diffstat (limited to 'graphics/tosvcd/files/patch-makefile')
-rw-r--r-- | graphics/tosvcd/files/patch-makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/tosvcd/files/patch-makefile b/graphics/tosvcd/files/patch-makefile new file mode 100644 index 000000000000..6c4b3a971be8 --- /dev/null +++ b/graphics/tosvcd/files/patch-makefile @@ -0,0 +1,11 @@ +--- makefile.orig Fri Oct 25 16:04:05 2002 ++++ makefile Fri Oct 25 16:04:25 2002 +@@ -21,7 +21,7 @@ + + tosvcd: $(OBJ) + $(CC) -o tosvcd $(OBJ) -lpthread +- su -c "cp tosvcd /usr/bin" ++# su -c "cp tosvcd /usr/bin" + + t: + ./tosvcd -o reeperbahn /video0/Auf_der_Reeperbahn_nachts_um_halb_eins/2002-03-09.15:21.50.50.rec |