diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-11 09:37:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-11 09:37:01 +0000 |
commit | d9be33c516310427ad6e245c04b21a00e6803091 (patch) | |
tree | 246baffa924b901905eebd7e1f48affec2215e84 /x11/xterm/Makefile | |
parent | 2bfb69534c7502dac4b5338521f4e00e6c9bf94d (diff) | |
download | pkgsrc-d9be33c516310427ad6e245c04b21a00e6803091.tar.gz |
Update to 296:
modify delimiter in configure macro used to add a library
after a given library to avoid confusion with -Wl
pass-through options to linker (NetBSD #48031).
fix quoting in expression used to trim extra libraries from
patch #295 changes (report by Thomas Klausner).
Diffstat (limited to 'x11/xterm/Makefile')
-rw-r--r-- | x11/xterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 37a29e69e92..278809a1129 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2013/07/08 08:39:10 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2013/07/11 09:37:01 wiz Exp $ -DISTNAME= xterm-295 +DISTNAME= xterm-296 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://www.sfr-fresh.com/unix/misc/ |