summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-ad
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1997-10-15 17:11:46 +0000
committeragc <agc@pkgsrc.org>1997-10-15 17:11:46 +0000
commit85fe2d3925880869b08bbce1ff254885d9b31c81 (patch)
treedd6b0a7d28823b3c730dc443934af73663040782 /graphics/netpbm/patches/patch-ad
parent2a938855f872d4dc5395e06fc06de06079869a1d (diff)
downloadpkgsrc-85fe2d3925880869b08bbce1ff254885d9b31c81.tar.gz
Add definition for COMPRESSMANCMD which is in the X11 tree for FreeBSD.
Add a pre-process stage (at pre-configure time) to change hard-coded /usr/local into ${PREFIX}. Revert the patches I'd previously changed to the default ${PREFIX} to be /usr/local once again, so that the pre-processing will work.
Diffstat (limited to 'graphics/netpbm/patches/patch-ad')
-rw-r--r--graphics/netpbm/patches/patch-ad6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/netpbm/patches/patch-ad b/graphics/netpbm/patches/patch-ad
index 961b370f955..bb908cab0da 100644
--- a/graphics/netpbm/patches/patch-ad
+++ b/graphics/netpbm/patches/patch-ad
@@ -68,7 +68,7 @@
*/
+/*
+ * Note: I changed this file and some Imakefiles to use the installed
-+ * libtiff in /usr/pkg instad FreeBSD. - Satoshi
++ * libtiff in /usr/local instad FreeBSD. - Satoshi
+ */
#ifndef BuildLibTiff
#define BuildLibTiff YES
@@ -109,10 +109,10 @@
#endif
#ifndef TiffDir
-#define TiffDir TOPDIR/libtiff
-+#define TiffDir /usr/pkg/lib
++#define TiffDir /usr/local/lib
+#endif
+#ifndef TiffIncDir
-+#define TiffIncDir /usr/pkg/include
++#define TiffIncDir /usr/local/include
#endif
/* Libraries: */