Date: Wed, 3 Apr 2013 07:46:43 GMT From: Andrei Lavreniyuk <andy.lavr@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/177600: [PATCH] fix Makefile in port: palm/pilot-link Message-ID: <201304030746.r337khcY096785@red.freebsd.org> Resent-Message-ID: <201304030750.r337o0jf008494@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177600 >Category: ports >Synopsis: [PATCH] fix Makefile in port: palm/pilot-link >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 03 07:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrei Lavreniyuk >Release: FreeBSD 8.4-PRERELEASE >Organization: Technica-03, Inc. >Environment: FreeBSD hp.technica-03.local 8.4-PRERELEASE FreeBSD 8.4-PRERELEASE #0 r248965: Mon Apr 1 10:55:31 EEST 2013 root@hp.technica-03.local:/usr/obj/usr/src/sys/HP amd64 >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-03-22 15:27:35.000000000 +0200 +++ Makefile 2013-04-03 10:41:44.477890687 +0300 @@ -40,7 +40,7 @@ CONFIGURE_ARGS+=--enable-libusb LDFLAGS+= -L${PREFIX}/lib -lusb -.if ! ${PORT_OPTIONS:THREADS} +.if ! ${PORT_OPTIONS:MTHREADS} IGNORE= cannot be built: USB support requires THREADS turned on. Please reconfigure using 'make config' .else LDFLAGS+= ${PTHREAD_LIBS} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304030746.r337khcY096785>