summaryrefslogtreecommitdiff
path: root/x11/aterm/options.mk
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2018-11-30 17:25:05 +0000
committernia <nia@pkgsrc.org>2018-11-30 17:25:05 +0000
commit91f10b8ab332a3cccf807a2551615f563e152f08 (patch)
tree633acdf353904324de55a261193bb66e7757b71d /x11/aterm/options.mk
parent9d920368c8a0ea63efe434dddff3056a3492dcc6 (diff)
downloadpkgsrc-91f10b8ab332a3cccf807a2551615f563e152f08.tar.gz
x11/aterm: Update to 1.0.1.
Bit over 11 years late, but at least we got there in the end! ChangeLog: 2007-08-01 vae * adding CL generation to makefiles * fixing configure bug * preparing configure for 1.0.1 * changed MWM HINTS, re gentoo bug #139554. 2006-06-26 sasha * fixed compile errors when no XLocale is available 2006-03-29 sasha * converted main.c back to unix mode * converted screen.c back to unix mode 2006-02-17 sasha * fixed bug preventing from pasting more then 16Kb into aterm 2006-02-13 sasha * minor cleanups * fix for the high-ascii pasting in screen.c - need to use XA_STRING ??? 2006-01-08 sasha * added patch for background refresh on desktop changes in ion3 when pixmap has not changed 2005-12-21 sasha * added uninstall target to the top Makefile 2005-12-06 sasha * Added patch for XIM support gratiously provided by calkin@ieee.org 2005-09-19 sasha * updated mappings for F1-F4 to modern \033OP, etc. * possibly fixed pasting on 64bit systems 2005-09-06 sasha * updated contacts info in man page * applyed term size patch from daniel@roe.ch 2005-07-11 sasha * fixed geometry printing into stderr
Diffstat (limited to 'x11/aterm/options.mk')
-rw-r--r--x11/aterm/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/aterm/options.mk b/x11/aterm/options.mk
index 0121aeac09d..73a9e5d25c7 100644
--- a/x11/aterm/options.mk
+++ b/x11/aterm/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2016/05/01 19:35:09 dholland Exp $
+# $NetBSD: options.mk,v 1.4 2018/11/30 17:25:05 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.aterm
PKG_SUPPORTED_OPTIONS= aterm-big5 aterm-greek aterm-kanji aterm-xterm-scroll \
@@ -7,7 +7,9 @@ PKG_SUPPORTED_OPTIONS= aterm-big5 aterm-greek aterm-kanji aterm-xterm-scroll \
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mafterstep)
+.include "../../graphics/tiff/buildlink3.mk"
.include "../../wm/afterstep/buildlink3.mk"
+LDFLAGS.NetBSD+=-lexecinfo
.else
CONFIGURE_ARGS+=--without-afterimage_config --without-afterstep_config
.endif