diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2010-05-14 14:33:09 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2010-05-14 14:33:09 +0000 |
commit | 6029bae610e63a0f9160a228f845eeb89861e0ae (patch) | |
tree | e06389f30889aa52f2c4cc86e23cffadbc686dde /comms/gammu | |
parent | 9c50b1e5e8240f28a4837fa069ee7e6c72ba2da5 (diff) | |
download | ports-6029bae610e63a0f9160a228f845eeb89861e0ae.tar.gz ports-6029bae610e63a0f9160a228f845eeb89861e0ae.zip |
Notes
Diffstat (limited to 'comms/gammu')
-rw-r--r-- | comms/gammu/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index cfb6cdf99eb8..06fff8ab7d76 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -41,16 +41,10 @@ MAN7= gammu-smsd-files.7 gammu-smsd-mysql.7 gammu-smsd-pgsql.7 \ gammu-smsd-dbi.7 gammu-smsd-tables.7 .endif -.include <bsd.port.pre.mk> - -.if (${ARCH} == "sparc64") -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 @${REINPLACE_CMD} -e 's@ -Wno-pointer-sign@@g' ${WRKSRC}/CMakeLists.txt .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |