diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-06-24 16:00:06 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-06-24 16:00:06 +0000 |
commit | 03f5f957c232a8ac835f898e06512d8c635ea839 (patch) | |
tree | c0317cbd1487f821a7858ddba5049a2d31d55233 /graphics/xv/files/patch-ad | |
parent | XSL Transformations (XSLT) implementation in Java. (diff) |
Fix make PREFIX=/somewhere problem.
Substitute /usr/local in patch-* for ${LOCALBASE}.
Diffstat (limited to '')
-rw-r--r-- | graphics/xv/files/patch-ad | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xv/files/patch-ad b/graphics/xv/files/patch-ad index f76139c992ef..b8103dd51b51 100644 --- a/graphics/xv/files/patch-ad +++ b/graphics/xv/files/patch-ad @@ -28,8 +28,8 @@ +#ifdef UseInstalledJpeg +JPEG = -DDOJPEG -+LIBJPEG = -L/usr/local/lib -ljpeg -+JPEGINCLUDE = -I/usr/local/include ++LIBJPEG = -L${LOCALBASE}/lib -ljpeg ++JPEGINCLUDE = -I${LOCALBASE}/include +#endif + #ifdef HaveTiff @@ -42,8 +42,8 @@ +#ifdef UseInstalledTiff +TIFF = -DDOTIFF -+LIBTIFF = -L/usr/local/lib -ltiff -+TIFFINCLUDE = -I/usr/local/include ++LIBTIFF = -L${LOCALBASE}/lib -ltiff ++TIFFINCLUDE = -I${LOCALBASE}/include +#endif + #ifdef HavePDS |