New package: ddd-3.3.12
This commit is contained in:
parent
91efd80d26
commit
f0c3e65f3c
2 changed files with 22 additions and 0 deletions
10
srcpkgs/ddd/patches/cstdio-missing.diff
Normal file
10
srcpkgs/ddd/patches/cstdio-missing.diff
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- ddd/strclass.C 2014-05-29 20:30:26.494721840 +0200
|
||||||
|
+++ ddd/strclass.C.orig 2014-05-29 20:30:10.492723038 +0200
|
||||||
|
@@ -39,7 +39,6 @@ extern "C" int malloc_verify();
|
||||||
|
#include <limits.h>
|
||||||
|
#include <new>
|
||||||
|
#include <stdlib.h>
|
||||||
|
-#include <cstdio>
|
||||||
|
|
||||||
|
void string::error(const char* msg) const
|
||||||
|
{
|
12
srcpkgs/ddd/template
Normal file
12
srcpkgs/ddd/template
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Template build file for 'ddd'.
|
||||||
|
pkgname=ddd
|
||||||
|
version=3.3.12
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
makedepends="ncurses-devel libX11-devel libXt-devel libXext-devel libXmu-devel lesstif-devel"
|
||||||
|
short_desc="graphical front-end for command-line debuggers"
|
||||||
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
homepage="http://www.gnu.org/software/ddd"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=3ad6cd67d7f4b1d6b2d38537261564a0d26aaed077bf25c51efc1474d0e8b65c
|
Loading…
Add table
Add a link
Reference in a new issue