diff options
Diffstat (limited to 'graphics/xbmbrowser/patches/patch-aa')
-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) |