diff options
author | bsam <bsam@FreeBSD.org> | 2010-05-14 22:33:09 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2010-05-14 22:33:09 +0800 |
commit | b4ef7e463a7cd5531d2bad1d0e614c4f5861b494 (patch) | |
tree | 28788169b0afc13baef19223852be6e5aa470280 /comms | |
parent | 6e7e6569d236876c809b60c1ccd1c0ef0d8156fb (diff) | |
download | freebsd-ports-gnome-b4ef7e463a7cd5531d2bad1d0e614c4f5861b494.tar.gz freebsd-ports-gnome-b4ef7e463a7cd5531d2bad1d0e614c4f5861b494.tar.zst freebsd-ports-gnome-b4ef7e463a7cd5531d2bad1d0e614c4f5861b494.zip |
Switch back to base gcc at sparc, should be fine now.
Diffstat (limited to 'comms')
-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> |