aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-07-28 09:01:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-07-28 09:01:20 +0000
commit0969c23a4eecceaf4ce8448c2ae3384641bbe1b6 (patch)
tree705196839937b53334a278b47bf386ab84e15de8 /palm
parentfb78783700176a7bc60993bd2f526bb628ccc176 (diff)
downloadports-0969c23a4eecceaf4ce8448c2ae3384641bbe1b6.tar.gz
ports-0969c23a4eecceaf4ce8448c2ae3384641bbe1b6.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)
Notes
Notes: svn path=/head/; revision=238490
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: