aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-07-28 17:01:20 +0800
committerpav <pav@FreeBSD.org>2009-07-28 17:01:20 +0800
commit5491782cc4428b5959b49c84c06ec105c2e42898 (patch)
treecec472820fce1ad144332fdf7e970dd0f0fcfb95 /palm
parent8b6080da08a31762bab26c58103c960bc7b8327a (diff)
downloadfreebsd-ports-gnome-5491782cc4428b5959b49c84c06ec105c2e42898.tar.gz
freebsd-ports-gnome-5491782cc4428b5959b49c84c06ec105c2e42898.tar.zst
freebsd-ports-gnome-5491782cc4428b5959b49c84c06ec105c2e42898.zip
- Disable optimizations, they cause segfaults on runtime
PR: ports/137124 Submitted by: Helge Oldach <freebsd-coldsync-jul09@oldach.net> Approved by: Andrew Arensburger <arensb@ooblick.com> (maintainer)
Diffstat (limited to 'palm')
-rw-r--r--palm/coldsync/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile
index 849b83e89105..ceb238726af5 100644
--- a/palm/coldsync/Makefile
+++ b/palm/coldsync/Makefile
@@ -7,7 +7,7 @@
PORTNAME= coldsync
PORTVERSION= 2.2.5
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= palm comms
MASTER_SITES= http://www.coldsync.org/download/
@@ -54,7 +54,7 @@ INFO= conduits
.include <bsd.port.pre.mk>
-CFLAGS+= -D__BSD_VISIBLE=1
+CFLAGS+= -O0 -D__BSD_VISIBLE=1
CONFIGURE_ARGS+= --disable-pedantic --without-perl --with-usb
post-patch: