diff options
author | enami <enami@pkgsrc.org> | 1998-06-08 01:22:01 +0000 |
---|---|---|
committer | enami <enami@pkgsrc.org> | 1998-06-08 01:22:01 +0000 |
commit | e3aac7825060dcc5d8ab0e58bc6ad6c3ba15a382 (patch) | |
tree | c2b35320a58f2f281eff33c0b4441bb700768274 /graphics/xv | |
parent | 6c9c71022c205e2be4cd3846206ca8b6ed0a1d33 (diff) | |
download | pkgsrc-e3aac7825060dcc5d8ab0e58bc6ad6c3ba15a382.tar.gz |
Substitute /usr/local with $(LOCALBASE) since jpeg and tiff libraries
are installed there.
Diffstat (limited to 'graphics/xv')
-rw-r--r-- | graphics/xv/patches/patch-ad | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xv/patches/patch-ad b/graphics/xv/patches/patch-ad index 4ac692ae0b2..e7e70751218 100644 --- a/graphics/xv/patches/patch-ad +++ b/graphics/xv/patches/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 |