diff options
Diffstat (limited to 'graphics/tgif/files/patch-Tgif.tmpl-freebsd')
-rw-r--r-- | graphics/tgif/files/patch-Tgif.tmpl-freebsd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/tgif/files/patch-Tgif.tmpl-freebsd b/graphics/tgif/files/patch-Tgif.tmpl-freebsd new file mode 100644 index 000000000000..2870b41179b3 --- /dev/null +++ b/graphics/tgif/files/patch-Tgif.tmpl-freebsd @@ -0,0 +1,10 @@ +--- Tgif.tmpl-freebsd.orig 2009-11-17 09:57:20.000000000 +0900 ++++ Tgif.tmpl-freebsd 2010-08-22 01:37:01.000000000 +0900 +@@ -54,4 +54,6 @@ + LOCAL_LIBRARIES = $(XLIB) + XCOMM LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) + XCOMM SYS_LIBRARIES = -ldl -lm -lz +-SYS_LIBRARIES = -lm -lz ++SYS_LIBRARIES = -lm -lz ${PTHREAD_LIBS} ++ ++#include "Tgif.tmpl-freebsdports" |