View | Details | Raw Unified | Return to bug 219019
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 121-126 Link Here
121
X11_USE=	TEX=xpdfopen:run
121
X11_USE=	TEX=xpdfopen:run
122
122
123
post-patch:
123
post-patch:
124
	${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure
124
	cd ${WRKSRC}/texk/texlive && \
125
	cd ${WRKSRC}/texk/texlive && \
125
	    ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
126
	    ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
126
	    linked_scripts/texlive/fmtutil-sys.sh \
127
	    linked_scripts/texlive/fmtutil-sys.sh \
(-)files/patch-configure (+9 lines)
Lines 16-21 Link Here
16
 
16
 
17
 test "x$need_teckit" = xyes && {
17
 test "x$need_teckit" = xyes && {
18
   need_zlib=yes
18
   need_zlib=yes
19
@@ -20926,7 +20935,7 @@
20
 
21
 if test "x$enable_web2c" = xyes && test "x$with_system_kpathsea" = xyes; then
22
   if test "x$with_kpathsea_includes" = x; then
23
-    list="/usr/include /usr/local/include"
24
+    list="/usr/include %%LOCALBASE%%/include"
25
   else
26
     list=$with_kpathsea_includes
27
   fi
19
@@ -21284,11 +21293,12 @@ elif test "x$need_graphite2:$with_system
28
@@ -21284,11 +21293,12 @@ elif test "x$need_graphite2:$with_system
20
   as_fn_error $? "did not find graphite2" "$LINENO" 5
29
   as_fn_error $? "did not find graphite2" "$LINENO" 5
21
 fi
30
 fi

Return to bug 219019