aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-11-30 12:26:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-11-30 12:26:20 +0000
commit7101660398be283238f0cd32ea373fd032b65fb4 (patch)
treeb42f01036d6924c97a3505d0f923d019f70db000 /palm
parentb4f9e6a39213a54acebf0a10410d64e20387a857 (diff)
downloadports-7101660398be283238f0cd32ea373fd032b65fb4.tar.gz
ports-7101660398be283238f0cd32ea373fd032b65fb4.zip
Fix build with clang
Feature safe: yes
Notes
Notes: svn path=/head/; revision=308004
Diffstat (limited to 'palm')
-rw-r--r--palm/palm-db-tools/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/palm/palm-db-tools/Makefile b/palm/palm-db-tools/Makefile
index 57e2f6148057..9b138e9720e8 100644
--- a/palm/palm-db-tools/Makefile
+++ b/palm/palm-db-tools/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: palm-db-tools
-# Date created: Dec 25, 2006
-# Whom: ijliao
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= palm-db-tools
PORTVERSION= 0.3.6
@@ -25,7 +20,7 @@ PLIST_FILES= lib/libpdbtools.so \
bin/pdb2csv
post-patch:
- @${REINPLACE_CMD} -e "s|-Wno-deprecated|& -fPIC -DPIC|" \
+ @${REINPLACE_CMD} -e "s|-Wno-deprecated|& -fPIC -DPIC -Wno-error|" \
${WRKSRC}/libflatfile/Makefile.in ${WRKSRC}/libpalm/Makefile.in \
${WRKSRC}/libsupport/Makefile.in ${WRKSRC}/flatfile/Makefile.in