diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-11 18:50:23 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-11 18:50:23 +0000 |
commit | f5bb4f147ddadb51c2f33ddc7ae4973f0ca8e93a (patch) | |
tree | 8b52523e03e817211f2be2b9e50fe815756c7343 /wm/bbconf/patches/patch-af | |
parent | d8ee2c16d32e1a9f0890b91ca0151aad48faab4c (diff) | |
download | pkgsrc-f5bb4f147ddadb51c2f33ddc7ae4973f0ca8e93a.tar.gz |
Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
Diffstat (limited to 'wm/bbconf/patches/patch-af')
-rw-r--r-- | wm/bbconf/patches/patch-af | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wm/bbconf/patches/patch-af b/wm/bbconf/patches/patch-af index 81199d62b3b..b33d66164a5 100644 --- a/wm/bbconf/patches/patch-af +++ b/wm/bbconf/patches/patch-af @@ -1,13 +1,13 @@ -$NetBSD: patch-af,v 1.2 2002/09/20 21:27:16 jlam Exp $ +$NetBSD: patch-af,v 1.3 2005/11/11 18:50:25 tonio Exp $ ---- configure.orig Sat Jan 19 03:07:04 2002 +--- configure.orig 2003-03-12 19:29:19.000000000 +0100 +++ configure -@@ -5179,7 +5179,7 @@ +@@ -22533,7 +22533,7 @@ fi --jpeg_incdirs="/usr/include /usr/local/include $kde_extra_includes" -+jpeg_incdirs="/usr/include ${LOCALBASE}/include $kde_extra_includes" +-jpeg_incdirs="$includedir /usr/include /usr/local/include $kde_extra_includes" ++jpeg_incdirs="$includedir /usr/include ${LOCALBASE}/include $kde_extra_includes" jpeg_incdir=NO for i in $jpeg_incdirs; |