FreeBSD Bugzilla – Attachment 27107 Details for
Bug 46075
audio/ruby-xmms: does not build due to missing pthread flags
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.49 KB, created by
Alan Eldridge
on 2002-12-07 21:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alan Eldridge
Created:
2002-12-07 21:20:01 UTC
Size:
1.49 KB
patch
obsolete
>Index: audio/ruby-xmms/Makefile >=================================================================== >RCS file: /home/ncvs/ports/audio/ruby-xmms/Makefile,v >retrieving revision 1.5 >diff -d -U4 -r1.5 Makefile >--- audio/ruby-xmms/Makefile 28 Nov 2002 16:37:28 -0000 1.5 >+++ audio/ruby-xmms/Makefile 7 Dec 2002 14:32:56 -0000 >@@ -24,8 +24,10 @@ > INSTALL_TARGET= site-install > > DOCS= AUTHORS COPYING ChangeLog README doc > >+CONFIGURE_ENV+= CFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" >+ > post-install: > .if !defined(NOPORTDOCS) > ${MKDIR} ${RUBY_MODEXAMPLESDIR} > ${CP} -R ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ >Index: audio/ruby-xmms/files/patch-extconf.rb >=================================================================== >RCS file: audio/ruby-xmms/files/patch-extconf.rb >diff -N audio/ruby-xmms/files/patch-extconf.rb >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ audio/ruby-xmms/files/patch-extconf.rb 7 Dec 2002 14:30:56 -0000 >@@ -0,0 +1,13 @@ >+--- extconf.rb~ Sun May 5 03:16:11 2002 >++++ extconf.rb Sat Dec 7 09:30:02 2002 >+@@ -2,8 +2,8 @@ >+ >+ xmms_config = with_config("xmms-config", "xmms-config") >+ >+-$CFLAGS << ' ' << `#{xmms_config} --cflags`.chomp >+-$LDFLAGS << ' ' << `#{xmms_config} --libs`.chomp >++$CFLAGS << ' ' << ENV["CFLAGS"] << ' ' << `#{xmms_config} --cflags`.chomp >++$LDFLAGS << ' ' << ENV["LDFLAGS"] << ' ' << `#{xmms_config} --libs`.chomp >+ >+ have_library("xmms", "xmms_remote_get_version") and >+ create_makefile("xmms") >==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
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 46075
: 27107