update to ttyrec-1.0.6
honor CC/CFLAGS
This commit is contained in:
parent
0709e3b86f
commit
7c77164b31
@ -1,10 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.4 2002/03/15 11:15:02 reinhard Exp $
|
# $OpenBSD: Makefile,v 1.5 2002/11/23 12:15:20 reinhard Exp $
|
||||||
|
|
||||||
COMMENT= "tty recorder"
|
COMMENT= "tty recorder"
|
||||||
|
|
||||||
DISTNAME= ttyrec-1.0.5
|
DISTNAME= ttyrec-1.0.6
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
NEED_VERSION= 1.510
|
|
||||||
MASTER_SITES= http://namazu.org/~satoru/ttyrec/
|
MASTER_SITES= http://namazu.org/~satoru/ttyrec/
|
||||||
|
|
||||||
HOMEPAGE= http://namazu.org/~satoru/ttyrec/index.html.en
|
HOMEPAGE= http://namazu.org/~satoru/ttyrec/index.html.en
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (ttyrec-1.0.5.tar.gz) = 049b1711e3687de144072866eeee000e
|
MD5 (ttyrec-1.0.6.tar.gz) = 82d092bb4ccd4730ec97c3c00b4bfda4
|
||||||
RMD160 (ttyrec-1.0.5.tar.gz) = 72084c496e8743c7fe09416dec61d5fed526ae42
|
RMD160 (ttyrec-1.0.6.tar.gz) = 9c8abc9d3e0f9a2c57e546c959bcb5f6962cf87e
|
||||||
SHA1 (ttyrec-1.0.5.tar.gz) = bad379b3f7ffb1009e22f724ad433aab829f534f
|
SHA1 (ttyrec-1.0.6.tar.gz) = 5f29b9ac105516596285325fd75c7bed45ab56ed
|
||||||
|
11
misc/ttyrec/patches/patch-Makefile
Normal file
11
misc/ttyrec/patches/patch-Makefile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
$OpenBSD: patch-Makefile,v 1.1 2002/11/23 12:15:20 reinhard Exp $
|
||||||
|
--- Makefile.orig Tue Oct 22 12:01:23 2002
|
||||||
|
+++ Makefile Fri Nov 22 15:50:53 2002
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
-CC = gcc
|
||||||
|
-CFLAGS = -O2
|
||||||
|
+CC ?= gcc
|
||||||
|
+CFLAGS ?= -O2
|
||||||
|
VERSION = 1.0.6
|
||||||
|
|
||||||
|
TARGET = ttyrec ttyplay ttytime
|
Loading…
Reference in New Issue
Block a user