diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-11 15:43:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-11 15:43:15 +0000 |
commit | c76d68713686047e5cd0f81b628fda2803a86ff2 (patch) | |
tree | a151bd6a10e75e9e3327afd24422669392845a46 /graphics/xbmbrowser/patches | |
parent | 780160254eed730c64d52cb2bf72968d85afc90f (diff) | |
download | pkgsrc-c76d68713686047e5cd0f81b628fda2803a86ff2.tar.gz |
Use xpm/buildlink.mk instead of USE_XPM, and find the xpm headers in
${BUILDLINK_DIR}. This fixes the problem noted in pkg/14910 by Robert Elz
<kre@munnari.OZ.AU>.
Diffstat (limited to 'graphics/xbmbrowser/patches')
-rw-r--r-- | graphics/xbmbrowser/patches/patch-aa | 36 |
1 files changed, 14 insertions, 22 deletions
diff --git a/graphics/xbmbrowser/patches/patch-aa b/graphics/xbmbrowser/patches/patch-aa index 630ecdcb13d..16f9e4c8e76 100644 --- a/graphics/xbmbrowser/patches/patch-aa +++ b/graphics/xbmbrowser/patches/patch-aa @@ -1,23 +1,15 @@ -$NetBSD: patch-aa,v 1.1 2001/04/05 15:55:48 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2001/12/11 15:43:15 jlam Exp $ -*** Imakefile.orig Fri Aug 4 05:19:36 1995 ---- Imakefile Wed Sep 6 13:53:32 1995 -*************** -*** 17,24 **** - # -DNO_TRANS_COLOR Turn off setting the `none' color in xpixmaps - - DO_XPMS = -DDO_XPMS -! XPM_INC = -I/usr/include/X11 -! XPM_LIB = -L$(LIBDIR)/xpm -lXpm - - - # If you need this uncomment (particularly on decstations) ---- 17,24 ---- - # -DNO_TRANS_COLOR Turn off setting the `none' color in xpixmaps - - DO_XPMS = -DDO_XPMS -! XPM_INC = -I/usr/X11R6/include/X11 -! XPM_LIB = -lXpm - - - # If you need this uncomment (particularly on decstations) +--- Imakefile.orig Thu Aug 3 23:19:36 1995 ++++ Imakefile +@@ -17,8 +17,8 @@ + # -DNO_TRANS_COLOR Turn off setting the `none' color in xpixmaps + + DO_XPMS = -DDO_XPMS +- XPM_INC = -I/usr/include/X11 +- XPM_LIB = -L$(LIBDIR)/xpm -lXpm ++ XPM_INC = -I${BUILDLINK_DIR}/include/X11 ++ XPM_LIB = -lXpm + + + # If you need this uncomment (particularly on decstations) |