diff options
author | hubertf <hubertf> | 2000-09-01 13:43:37 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-09-01 13:43:37 +0000 |
commit | 4b7561c5950b8c663d66a186b0b5b9228d28d81d (patch) | |
tree | a9946d2a404934a2bb48bd1676537266811658b1 /graphics/xpaint/patches | |
parent | 9efedff2db8b5da4a9d1b0ec2ad469f860c903c6 (diff) | |
download | pkgsrc-4b7561c5950b8c663d66a186b0b5b9228d28d81d.tar.gz |
Fix for xpkgwedge
Code by Alistair Crooks <agc@netbsd.org>
Diffstat (limited to 'graphics/xpaint/patches')
-rw-r--r-- | graphics/xpaint/patches/patch-af | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/graphics/xpaint/patches/patch-af b/graphics/xpaint/patches/patch-af index 8965039fa99..92ce5e94212 100644 --- a/graphics/xpaint/patches/patch-af +++ b/graphics/xpaint/patches/patch-af @@ -1,7 +1,7 @@ -$NetBSD: patch-af,v 1.3 1999/05/25 20:43:27 tron Exp $ +$NetBSD: patch-af,v 1.4 2000/09/01 13:43:38 hubertf Exp $ ---- Local.config.orig Sat Jun 27 20:43:56 1998 -+++ Local.config Sun May 9 20:55:21 1999 +--- Local.config.orig Sat Jun 27 19:43:56 1998 ++++ Local.config Fri Sep 1 11:32:05 2000 @@ -39,6 +39,9 @@ #ifdef NetBSDArchitecture @@ -12,6 +12,20 @@ $NetBSD: patch-af,v 1.3 1999/05/25 20:43:27 tron Exp $ #endif #ifdef OS2Architecture +@@ -101,11 +104,11 @@ + XCOMM You must have the XPM library. + XCOMM Make sure the path name to the library is correct. + +-XPM_LIB = -L/usr/X11R6/lib -lXpm ++XPM_LIB = -L${XPMDIR}/lib -Wl,-R${XPMDIR}/lib -lXpm + + XCOMM Make sure this points to the location of the 'xpm.h' file. + +-XPM_INCLUDE = -I/usr/X11R6/include/X11 ++XPM_INCLUDE = -I${XPMDIR}/include/X11 + + + DEPENDFLAGS = -I./bitmaps @@ -133,11 +136,13 @@ #if defined(NetBSDArchitecture) || defined(BSD386Architecture) @@ -27,7 +41,7 @@ $NetBSD: patch-af,v 1.3 1999/05/25 20:43:27 tron Exp $ +JPEG_LIB = -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -ljpeg +PNG_INCLUDE = -I${LOCALBASE}/include/png +PNG_LIB = -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lpng -lz -+XPM_INCLUDE = -I${X11BASE}/include/X11 ++XPM_INCLUDE = -I${XPMDIR}/include/X11 #endif #if defined(FreeBSDArchitecture) |