1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

a) add a possible patch to build on Alpha.

b) however, for safety, set ONLY_FOR_ARCHS= i386

Submitted by:	kris via bento
                Christian Gusenbauer <c47g@gmx.at> (maitainer)
This commit is contained in:
Maho Nakata 2003-08-19 00:31:42 +00:00
parent a0c44024a2
commit 27e0b92655
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87238
2 changed files with 25 additions and 1 deletions

View File

@ -26,7 +26,8 @@ USE_MOTIF= yes
USE_MESA= yes
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
PREFIX= ${X11BASE} # not a good manner
ONLY_FOR_ARCHES= i386
PREFIX= ${X11BASE} # not a good manner
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/lib:${WRKSRC}/libSoXt

View File

@ -0,0 +1,23 @@
*** lib/database/include/machine.h.orig Mon Aug 18 18:36:50 2003
--- lib/database/include/machine.h Mon Aug 18 18:48:17 2003
***************
*** 152,157 ****
--- 152,169 ----
/*
+ * Alpha under FreeBSD
+ */
+
+ #if __alpha__ && __FreeBSD__
+
+ #define MACHINE_WORD_FORMAT DGL_LITTLE_ENDIAN
+ #define MACHINE_FLOAT_FORMAT DGL_NON_IEEE
+
+ #endif /* __alpha__ && __FreeBSD__ */
+
+
+ /*
* Apple Darwin (Mac OS X) machine dependent setup
*/