diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-08-07 18:14:23 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-08-07 18:14:23 +0000 |
commit | 00b2b351454bb00ebe79583ad4c2dd6ae6ae45f0 (patch) | |
tree | fff8bd7433cf957b188941a36ef8b28089b3c198 /palm | |
parent | fd5b69f7abcdb70e08f919a7bedeed0f5057ee4b (diff) | |
download | ports-00b2b351454bb00ebe79583ad4c2dd6ae6ae45f0.tar.gz ports-00b2b351454bb00ebe79583ad4c2dd6ae6ae45f0.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/coldsync/Makefile | 7 | ||||
-rw-r--r-- | palm/coldsync/pkg-plist | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile index 3b8add578164..898176efaedb 100644 --- a/palm/coldsync/Makefile +++ b/palm/coldsync/Makefile @@ -46,10 +46,6 @@ INFO= conduits .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Fails to link on sparc64" -.endif - CFLAGS+= -D__BSD_VISIBLE=1 CONFIGURE_ARGS+= --with-i18n --disable-pedantic --without-perl @@ -64,6 +60,9 @@ post-patch: .endif .endif +post-configure: + ${REINPLACE_CMD} -e 's,-fpic,-fPIC,g' ${WRKSRC}/Make.rules + post-install: ${MKDIR} ${PREFIX}/include/pconn ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/ diff --git a/palm/coldsync/pkg-plist b/palm/coldsync/pkg-plist index 017db0e040ba..59bf47f8968a 100644 --- a/palm/coldsync/pkg-plist +++ b/palm/coldsync/pkg-plist @@ -26,3 +26,5 @@ include/pconn/netsync.h include/pconn/PConnection.h include/pconn/spc_client.h @dirrm include/pconn +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs |