mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Mild corrections to pkg-plist. - Bump portrevision. PR: 242154 Submitted by: smars@yuntech.edu.tw
11 lines
284 B
Text
11 lines
284 B
Text
--- configure.ac.orig 2019-11-24 01:01:36 UTC
|
|
+++ configure.ac
|
|
@@ -180,7 +180,7 @@ case "${TEA_WINDOWINGSYSTEM}" in
|
|
;;
|
|
x11)
|
|
AC_SUBST(TOGL_WINDOWINGSYSTEM,TOGL_X11)
|
|
- TEA_ADD_LIBS([-lGL -lXmu -lX11])
|
|
+ TEA_ADD_LIBS([-lGL -lXmu -lX11 -pthread])
|
|
LIBGLU=-lGLU
|
|
;;
|
|
win32)
|