1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Place an ARCH check after ".include <bsd.port.pre.mk>".

Hm, strange it did work at amd64 tinderbox though...

Reported by:	FreshPorts sanity checking
This commit is contained in:
Boris Samorodov 2009-07-25 14:37:57 +00:00
parent 0a201b77e7
commit cf1bd6bb98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238360
2 changed files with 8 additions and 8 deletions

View File

@ -21,10 +21,6 @@ CMAKE_ARGS+= -DINSTALL_LIBDATA_DIR=${LOCALBASE}/libdata
USE_CMAKE= yes
USE_GNOME= pkgconfig
.if (${ARCH} == "amd64")
USE_GCC= 4.3
.endif
.if defined(WITH_PYTHON_GAMMU)
USE_PYTHON= YES
PLIST_SUB= WITH_PYTHON_GAMMU=""
@ -47,6 +43,10 @@ MAN7= gammu-smsd-files.7 gammu-smsd-mysql.7 gammu-smsd-pgsql.7 \
.include <bsd.port.pre.mk>
.if (${ARCH} == "amd64")
USE_GCC= 4.3
.endif
post-patch:
@${REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config
.if ${OSVERSION} < 700042

View File

@ -21,10 +21,6 @@ CMAKE_ARGS+= -DINSTALL_LIBDATA_DIR=${LOCALBASE}/libdata
USE_CMAKE= yes
USE_GNOME= pkgconfig
.if (${ARCH} == "amd64")
USE_GCC= 4.3
.endif
.if defined(WITH_PYTHON_GAMMU)
USE_PYTHON= YES
PLIST_SUB= WITH_PYTHON_GAMMU=""
@ -47,6 +43,10 @@ MAN7= gammu-smsd-files.7 gammu-smsd-mysql.7 gammu-smsd-pgsql.7 \
.include <bsd.port.pre.mk>
.if (${ARCH} == "amd64")
USE_GCC= 4.3
.endif
post-patch:
@${REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config
.if ${OSVERSION} < 700042