aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-04-16 03:53:22 +0800
committerkris <kris@FreeBSD.org>2007-04-16 03:53:22 +0800
commitcf9f38a9fedea023bab30192ce6a02ec8d94f653 (patch)
tree73266d56154a05c7ac0cc7996bf7c3c2af73b8fb /palm
parent8240c9fa4896142f9d2572713878d352bf2b8a78 (diff)
downloadfreebsd-ports-gnome-cf9f38a9fedea023bab30192ce6a02ec8d94f653.tar.gz
freebsd-ports-gnome-cf9f38a9fedea023bab30192ce6a02ec8d94f653.tar.zst
freebsd-ports-gnome-cf9f38a9fedea023bab30192ce6a02ec8d94f653.zip
Retire OPSYS (well-intentioned, but there was no way this port was
cross-BSD compatible anyway), and also retire <=4.x support while I'm here
Diffstat (limited to 'palm')
-rw-r--r--palm/coldsync/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile
index a3426c454bdc..84d6854e5be3 100644
--- a/palm/coldsync/Makefile
+++ b/palm/coldsync/Makefile
@@ -55,18 +55,12 @@ INFO= conduits
.include <bsd.port.pre.mk>
CFLAGS+= -D__BSD_VISIBLE=1
-CONFIGURE_ARGS+= --disable-pedantic --without-perl
+CONFIGURE_ARGS+= --disable-pedantic --without-perl --with-usb
-# I don't know how to test for a version of {Net,Open}BSD that supports USB.
-.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 400000
-CONFIGURE_ARGS+= --with-usb
-.if ${OSVERSION} >= 450000
post-patch:
${REINPLACE_CMD} -e 's,udi\.([A-Za-z0-9]+),udi.udi_\1,g;' \
-e 's,ur\.([A-Za-z0-9]+),ur.ucr_\1,g;' \
${WRKSRC}/configure ${WRKSRC}/libpconn/PConnection_usb.c
-.endif
-.endif
post-configure:
${REINPLACE_CMD} -e 's,-fpic,-fPIC,g' ${WRKSRC}/Make.rules