Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2003 05:30:40 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47318: Update port: emulators/basiliskII
Message-ID:  <20030122053040.52f1be16.tkato@prontomail.com>

next in thread | raw e-mail | index | archive | help

>Number:         47318
>Category:       ports
>Synopsis:       Update port: emulators/basiliskII
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 21 12:40:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Support PTHREAD_CFLAGS/PTHREAD_LIBS properly

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/emulators/basiliskII/Makefile emulators/basiliskII/Makefile
--- /usr/ports/emulators/basiliskII/Makefile	Mon Jan 20 04:35:51 2003
+++ emulators/basiliskII/Makefile	Mon Jan 20 04:52:36 2003
@@ -7,7 +7,7 @@
 
 PORTNAME=	basiliskII
 PORTVERSION=	0.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	basilisk
@@ -23,9 +23,8 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 CONFIGURE_ARGS=	--disable-fbdev-dga --enable-fpe=uae
-CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
-
-CFLAGS+=	${PTHREAD_CFLAGS}
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
 
 MAN1=		BasiliskII.1
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030122053040.52f1be16.tkato>