From owner-freebsd-ports Fri Aug 10 3:20:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 978C937B40D for ; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAK2U68544; Fri, 10 Aug 2001 03:20:02 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 8CE6037B403 for ; Fri, 10 Aug 2001 03:19:32 -0700 (PDT) (envelope-from root@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7AAJWE52649; Fri, 10 Aug 2001 06:19:32 -0400 (EDT) (envelope-from root) Message-Id: <200108101019.f7AAJWE52649@cc92687-a.wlgrv1.pa.home.com> Date: Fri, 10 Aug 2001 06:19:32 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29597: Fix linker errors for audio/spiralsynth Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29597 >Category: ports >Synopsis: Fix linker errors for audio/spiralsynth >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 10 03:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix linker errors noted by bento >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/spiralsynth/Makefile spiralsynth/Makefile --- /usr/ports/audio/spiralsynth/Makefile Wed Dec 6 17:53:38 2000 +++ spiralsynth/Makefile Fri Aug 10 03:18:11 2001 @@ -16,7 +16,8 @@ LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk USE_X_PREFIX= yes - +MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME} diff -ruN /usr/ports/audio/spiralsynth/files/patch-Makefile.in spiralsynth/files/patch-Makefile.in --- /usr/ports/audio/spiralsynth/files/patch-Makefile.in Wed Dec 31 19:00:00 1969 +++ spiralsynth/files/patch-Makefile.in Fri Aug 10 03:30:09 2001 @@ -0,0 +1,18 @@ +--- Makefile.in.orig Fri Aug 10 03:13:32 2001 ++++ Makefile.in Fri Aug 10 03:14:58 2001 +@@ -9,12 +9,12 @@ + + CC = gcc + CXX = g++ +-CFLAGS = -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused +-CXXFLAGS= -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused ++CFLAGS += -pipe -Wall -ffast-math -DNO_DEBUG ${PTHREAD_CFLAGS} ++CXXFLAGS+= -pipe -Wall -ffast-math -DNO_DEBUG ${PTHREAD_CFLAGS} + INCPATH = -I/usr/X11R6/include + LINK = g++ + LFLAGS = +-LIBS = -L/usr/X11R6/lib -lfltk -lGL -lXext -lX11 -lm ++LIBS = -L/usr/X11R6/lib -lfltk -lGL -lXext -lX11 -lm ${PTHREAD_LIBS} + MOC = moc + + TAR = tar -cf >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message