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

(-)Makefile (-2 lines)
Lines 20-26 Link Here
20
		dmake:devel/dmake \
20
		dmake:devel/dmake \
21
		${LOCALBASE}/bin/gperf:devel/gperf \
21
		${LOCALBASE}/bin/gperf:devel/gperf \
22
		mdds>=1.4:devel/mdds \
22
		mdds>=1.4:devel/mdds \
23
		gpatch:devel/patch \
24
		ucpp:devel/ucpp \
23
		ucpp:devel/ucpp \
25
		${LOCALBASE}/include/sane/sane.h:graphics/sane-backends \
24
		${LOCALBASE}/include/sane/sane.h:graphics/sane-backends \
26
		vigra-config:graphics/vigra \
25
		vigra-config:graphics/vigra \
Lines 253-259 Link Here
253
		--with-external-hyph-dir=${LOCALBASE}/share/hyphen \
252
		--with-external-hyph-dir=${LOCALBASE}/share/hyphen \
254
		--with-external-tar=${DISTDIR}/${DIST_SUBDIR} \
253
		--with-external-tar=${DISTDIR}/${DIST_SUBDIR} \
255
		--with-external-thes-dir=${LOCALBASE}/share/mythes \
254
		--with-external-thes-dir=${LOCALBASE}/share/mythes \
256
		--with-gnu-patch=${LOCALBASE}/bin/gpatch \
257
		--with-os-version=${OSVERSION} \
255
		--with-os-version=${OSVERSION} \
258
		--with-parallelism=${MAKE_JOBS_NUMBER} \
256
		--with-parallelism=${MAKE_JOBS_NUMBER} \
259
		--with-system-cppunit \
257
		--with-system-cppunit \
(-)files/patch-configure (-1 / +8 lines)
Lines 1-4 Link Here
1
--- configure.orig	2018-08-03 03:58:40.000000000 +0800
1
--- configure	2018-08-03 03:58:40.000000000 +0800
2
+++ configure	2018-08-10 05:28:52.021925000 +0800
2
+++ configure	2018-08-10 05:28:52.021925000 +0800
3
@@ -31735,7 +31735,7 @@
3
@@ -31735,7 +31735,7 @@
4
 
4
 
Lines 9-11 Link Here
9
             && test "$with_system_openssl" != "no"; then
9
             && test "$with_system_openssl" != "no"; then
10
         with_system_openssl=yes
10
         with_system_openssl=yes
11
         SYSTEM_OPENSSL=TRUE
11
         SYSTEM_OPENSSL=TRUE
12
@@ -34402,5 +34412,5 @@
13
 fi
14
 
15
-if test "$_os" = "SunOS" -o "$_os" = "FreeBSD" -o "$_os" = "Darwin"; then
16
+if test "$_os" = "SunOS" -o "$_os" = "Darwin"; then
17
     if test -z "$with_gnu_patch"; then
18
         GNUPATCH=$PATCH

Return to bug 238629