FreeBSD Bugzilla – Attachment 16053 Details for
Bug 29597
Fix linker errors for audio/spiralsynth
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.26 KB, created by
pat
on 2001-08-10 11:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
pat
Created:
2001-08-10 11:20:02 UTC
Size:
1.26 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29597
: 16053