ports/177600: [PATCH] fix Makefile in port: palm/pilot-link

Andrei Lavreniyuk andy.lavr at gmail.com
Wed Apr 3 07:50:00 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list