FreeBSD Bugzilla – Attachment 16056 Details for
Bug 29600
Fix linker error for x11-fm/xdiskusage (Bento)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 834 bytes, 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:
834 bytes
patch
obsolete
>diff -ruN /usr/ports/x11-fm/xdiskusage/Makefile xdiskusage/Makefile >--- /usr/ports/x11-fm/xdiskusage/Makefile Wed Oct 4 01:15:34 2000 >+++ xdiskusage/Makefile Fri Aug 10 05:19:25 2001 >@@ -21,11 +21,13 @@ > > do-build: > .for i in panels xdiskusage >- ${CXX} ${CXXFLAGS} -I${X11BASE}/include -c ${WRKSRC}/${i}.C \ >- -o ${WRKSRC}/${i}.o >+ ${CXX} ${CXXFLAGS} ${PTHREAD_CFLAGS} -I${X11BASE}/include -c \ >+ ${WRKSRC}/${i}.C -o ${WRKSRC}/${i}.o > .endfor >- ${CXX} ${CXXFLAGS} -L${X11BASE}/lib -o ${WRKSRC}/xdiskusage \ >- ${WRKSRC}/panels.o ${WRKSRC}/xdiskusage.o -lfltk -lm -lMesaGL >+ ${CXX} ${CXXFLAGS} ${PTHREAD_CFLAGS} -L${X11BASE}/lib -o \ >+ ${WRKSRC}/xdiskusage ${WRKSRC}/panels.o \ >+ ${WRKSRC}/xdiskusage.o -lfltk -lm -lMesaGL \ >+ ${PTHREAD_LIBS} -lXext -lX11 > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/xdiskusage ${PREFIX}/bin
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 29600
: 16056