Restore configure regeneration
This commit is contained in:
parent
c988bec51c
commit
ef23e45d66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357584
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue