svn commit: r329922 - head/databases/firebird20-server

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Oct 9 19:56:42 UTC 2013


Author: acm
Date: Wed Oct  9 19:56:41 2013
New Revision: 329922
URL: http://svnweb.freebsd.org/changeset/ports/329922

Log:
  - Fix build on amd64
  
  Reported by:	pkg-fallout

Modified:
  head/databases/firebird20-server/Makefile

Modified: head/databases/firebird20-server/Makefile
==============================================================================
--- head/databases/firebird20-server/Makefile	Wed Oct  9 19:48:04 2013	(r329921)
+++ head/databases/firebird20-server/Makefile	Wed Oct  9 19:56:41 2013	(r329922)
@@ -108,6 +108,10 @@ post-patch:
 
 .include <bsd.port.pre.mk>
 
+.if ${ARCH} == "amd64"
+CFLAGS+=	-DAMD64
+.endif
+
 .if !defined(CLIENT_ONLY)
 
 USERS=	${PORTNAME}


More information about the svn-ports-all mailing list