diff options
Diffstat (limited to 'x11/kterm/patches/patch-ac')
-rw-r--r-- | x11/kterm/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/kterm/patches/patch-ac b/x11/kterm/patches/patch-ac new file mode 100644 index 00000000000..771784602ad --- /dev/null +++ b/x11/kterm/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1 2002/07/04 14:05:33 itojun Exp $ + +--- Imakefile.orig Fri Jul 12 14:01:04 1996 ++++ Imakefile Thu Jul 4 23:03:03 2002 +@@ -23,6 +23,9 @@ + PUCCPTYDDEF = -DPUCC_PTYD /* does not need to be setuid */ + PTYLIB = -lpucc + #endif ++#ifdef NetBSDArchitecture ++ PTYLIB = -lutil ++#endif + + OSMAJORVERSION = OSMajorVersion + OSMINORVERSION = OSMinorVersion |