diff options
author | tonio <tonio@pkgsrc.org> | 2005-09-13 21:21:12 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-09-13 21:21:12 +0000 |
commit | bc6d5499253ac612a5994a58dd2dfb497586e973 (patch) | |
tree | 6674868de8f85f508994602898d927b053e550f7 /wm/selectwm/patches | |
parent | dde0aa7988c75dd846cb3facd80514d3c8b2059c (diff) | |
download | pkgsrc-bc6d5499253ac612a5994a58dd2dfb497586e973.tar.gz |
Force the package to use external gettext
Fix link problem with gettext under darwin
Update maintainer address
bump PKGREVISION
Diffstat (limited to 'wm/selectwm/patches')
-rw-r--r-- | wm/selectwm/patches/patch-ab | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/wm/selectwm/patches/patch-ab b/wm/selectwm/patches/patch-ab index dd9b21ec83a..fe66f05bda9 100644 --- a/wm/selectwm/patches/patch-ab +++ b/wm/selectwm/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1.1.1 2005/04/15 12:42:40 agc Exp $ +$NetBSD: patch-ab,v 1.2 2005/09/13 21:21:12 tonio Exp $ --- src/Makefile.in 2005/04/15 11:18:17 1.1 +++ src/Makefile.in 2005/04/15 11:20:21 @@ -11,3 +11,12 @@ $NetBSD: patch-ab,v 1.1.1.1 2005/04/15 12:42:40 agc Exp $ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ +@@ -180,7 +180,7 @@ am_selectwm_OBJECTS = selectwm.$(OBJEXT) + selectwm_OBJECTS = $(am_selectwm_OBJECTS) + selectwm_LDADD = $(LDADD) + selectwm_DEPENDENCIES = +-selectwm_LDFLAGS = ++selectwm_LDFLAGS = $(LTLIBINTL) + + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/depcomp |