diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 09:01:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 09:01:20 +0000 |
commit | 0969c23a4eecceaf4ce8448c2ae3384641bbe1b6 (patch) | |
tree | 705196839937b53334a278b47bf386ab84e15de8 /palm | |
parent | fb78783700176a7bc60993bd2f526bb628ccc176 (diff) | |
download | ports-0969c23a4eecceaf4ce8448c2ae3384641bbe1b6.tar.gz ports-0969c23a4eecceaf4ce8448c2ae3384641bbe1b6.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/coldsync/Makefile | 4 |
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: |