FreeBSD Bugzilla – Attachment 16054 Details for
Bug 29598
Fix linker error for graphics/togl (Bento)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.06 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.06 KB
patch
obsolete
>diff -ruN /usr/ports/graphics/togl/Makefile togl/Makefile >--- /usr/ports/graphics/togl/Makefile Thu Aug 3 05:24:54 2000 >+++ togl/Makefile Fri Aug 10 03:37:05 2001 >@@ -19,7 +19,8 @@ > > USE_MESA= yes > ALL_TARGET= default >- >+MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ >+ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" > TOGL_INSTDIR= ${PREFIX}/lib/tk8.2/${DISTNAME} > > .include <bsd.port.pre.mk> >diff -ruN /usr/ports/graphics/togl/files/patch-aa togl/files/patch-aa >--- /usr/ports/graphics/togl/files/patch-aa Fri Oct 13 16:20:36 2000 >+++ togl/files/patch-aa Fri Aug 10 03:41:27 2001 >@@ -36,7 +36,7 @@ > > # Libraries to link with (-ldl for Linux only?): > -LIBS = -ltk -ltcl -lGLU -lGL -L/usr/X11/lib -lX11 -lXmu -lXext -lXt -lm -ldl >-+LIBS = -ltk82 -ltcl82 -lGLU -lGL -lX11 -lXmu -lXext -lXt -lm >++LIBS = -ltk82 -ltcl82 -lGLU -lGL -lX11 -lXmu -lXext -lXt -lm ${PTHREAD_LIBS} > > TK_FLAGS = > >@@ -45,7 +45,7 @@ > > > -CFLAGS = $(COPTS) $(INCLUDES) $(TK_FLAGS) >-+CFLAGS += $(COPTS) $(INCLUDES) $(TK_FLAGS) >++CFLAGS += $(COPTS) $(INCLUDES) $(TK_FLAGS) ${PTHREAD_CFLAGS} > > LFLAGS = $(LIBDIRS)
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 29598
: 16054