diff options
author | joerg <joerg> | 2005-12-30 23:13:41 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-30 23:13:41 +0000 |
commit | a2909b9e3792d6768b0d60931ec9215a580abe4d (patch) | |
tree | afc5e34d7af38cacb768bc40b3263101c1aadd15 /ham/tnt | |
parent | ab5c205ad74dbfdc9cdba667048762e0ac2bd618 (diff) | |
download | pkgsrc-a2909b9e3792d6768b0d60931ec9215a580abe4d.tar.gz |
DragonFly ~= NetBSD, at least here.
Diffstat (limited to 'ham/tnt')
-rw-r--r-- | ham/tnt/distinfo | 4 | ||||
-rw-r--r-- | ham/tnt/patches/patch-ac | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/ham/tnt/distinfo b/ham/tnt/distinfo index c62b9f48371..4bb5f9831e2 100644 --- a/ham/tnt/distinfo +++ b/ham/tnt/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2005/02/22 21:06:07 agc Exp $ +$NetBSD: distinfo,v 1.7 2005/12/30 23:13:41 joerg Exp $ SHA1 (tnt-1.9.1.tar.bz2) = d3842367acdb970e4c65f5fc62bf8347e024de7a RMD160 (tnt-1.9.1.tar.bz2) = 5ab413f329cffc18f4fd6bbe85c61ad6edad191d Size (tnt-1.9.1.tar.bz2) = 742180 bytes SHA1 (patch-aa) = 604eaa5c786e00edd5f792b46bbc324405686299 SHA1 (patch-ab) = ec65e904ee2ae5e8d12ac143093352c4f8757772 -SHA1 (patch-ac) = 2ca1d976b716e760bafd772289517ab5ca2b6b16 +SHA1 (patch-ac) = 1696c0bf699e80f035333f77b54f46c9ad1ff91a diff --git a/ham/tnt/patches/patch-ac b/ham/tnt/patches/patch-ac index 0636f17d5d8..afc6a4a1e94 100644 --- a/ham/tnt/patches/patch-ac +++ b/ham/tnt/patches/patch-ac @@ -1,7 +1,16 @@ -$NetBSD: patch-ac,v 1.1 2004/08/02 21:20:54 minskim Exp $ +$NetBSD: patch-ac,v 1.2 2005/12/30 23:13:41 joerg Exp $ ---- configure.orig 2004-07-28 16:37:14.000000000 -0500 +--- configure.orig 2000-08-04 16:45:35.000000000 +0000 +++ configure +@@ -3437,7 +3437,7 @@ tnt_bin_dir=${prefix}/libexec/tnt + tnt_sound_dir=${prefix}/tnt/sounds + + case "$target" in +- *-*-netbsd*) ++ *-*-netbsd* | *-*-dragonfly*) + CFLAGS="$CFLAGS -DTNT_NETBSD" + cat >> confdefs.h <<\EOF + #define DIR_STRING "ls -la " @@ -3544,7 +3544,7 @@ EOF tnt_main_dir=${prefix} tnt_work_dir=${localstatedir}/spool/tnt |