diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-12 19:02:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-12 19:02:50 +0800 |
commit | f1850ded05042fd09223560031bd1e813b835708 (patch) | |
tree | e264355d59fcfeb87737859d090d4ae5d7de9323 /editors | |
parent | f3648b3adc7a06d8da004e92528a784c0d68355e (diff) | |
download | freebsd-ports-gnome-f1850ded05042fd09223560031bd1e813b835708.tar.gz freebsd-ports-gnome-f1850ded05042fd09223560031bd1e813b835708.tar.zst freebsd-ports-gnome-f1850ded05042fd09223560031bd1e813b835708.zip |
Restore configure regeneration
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 | ||||
-rw-r--r-- | editors/libreoffice/files/patch-configure.ac (renamed from editors/libreoffice/files/patch-configure) | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index b8b0b70f7e94..f54e2cd477c8 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -66,7 +66,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/Caladea/Caladea-Bold.ttf:${PORTSDIR}/x11 _MAKE_JOBS= # GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:env aclocal:env +USE_AUTOTOOLS= autoconf aclocal USE_GL= gl glu USE_OPENLDAP= yes USE_PERL5= build diff --git a/editors/libreoffice/files/patch-configure b/editors/libreoffice/files/patch-configure.ac index 126d931bc961..6bdd8a2a5ca2 100644 --- a/editors/libreoffice/files/patch-configure +++ b/editors/libreoffice/files/patch-configure.ac @@ -1,20 +1,20 @@ ---- configure.orig 2014-04-30 22:16:17.000000000 +0200 -+++ configure 2014-06-10 15:40:17.936566195 +0200 -@@ -10511,7 +10511,7 @@ +--- configure.ac.orig 2014-06-12 13:00:46.943316659 +0200 ++++ configure.ac 2014-06-12 13:00:39.783317665 +0200 +@@ -4024,7 +4024,7 @@ PLATFORMID=freebsd_x86 OUTPATH=unxfbsdi ;; - x86_64) -+ amd64) ++ x86_64|amd64) CPUNAME=X86_64 RTL_ARCH=X86_64 PLATFORMID=freebsd_x86_64 -@@ -17482,7 +17482,7 @@ +@@ -7051,7 +7051,7 @@ JAVA_ARCH="i386" JAVA_TOOLKIT="client" ;; - x86_64) -+ amd64) ++ x86_64|amd64) if test "`echo $JAVA_HOME | sed -e 's,.*/,,'`" = "linux"; then JAVA_ARCH="i386" JAVA_TOOLKIT="client" |