pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/xpm Set BUILDLINK_PREFIX.xpm to ${X11BASE} if...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32e1eb07545e
branches:  trunk
changeset: 473811:32e1eb07545e
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Apr 24 21:20:56 2004 +0000

description:
Set BUILDLINK_PREFIX.xpm to ${X11BASE} if we're using builtin xpm.
Closes PR pkg/25302.

diffstat:

 graphics/xpm/builtin.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 95334a2648ce -r 32e1eb07545e graphics/xpm/builtin.mk
--- a/graphics/xpm/builtin.mk   Sat Apr 24 21:04:43 2004 +0000
+++ b/graphics/xpm/builtin.mk   Sat Apr 24 21:20:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.2 2004/03/29 05:43:32 jlam Exp $
+# $NetBSD: builtin.mk,v 1.3 2004/04/24 21:20:56 snj Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -65,3 +65,7 @@
 .    endfor
 .  endif
 .endif # USE_BUILTIN.xpm
+
+.if !empty(USE_BUILTIN.xpm:M[yY][eE][sS])
+BUILDLINK_PREFIX.xpm=  ${X11BASE}
+.endif



Home | Main Index | Thread Index | Old Index