diff options
Diffstat (limited to 'science/medit/files/patch-makefile')
-rw-r--r-- | science/medit/files/patch-makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/medit/files/patch-makefile b/science/medit/files/patch-makefile index d6b50ce84e8a..a6694bea59a1 100644 --- a/science/medit/files/patch-makefile +++ b/science/medit/files/patch-makefile @@ -16,7 +16,7 @@ + $(MAKE) $(MFLAGS) -f Makefile.arch \ + "prog = medit" \ + "INCDIR = -I. -I$(WRKSRC)/sources -I$(LOCALBASE)/include" \ -+ "XLIBS = -L$(LOCALBASE)/lib -lXmu -lXext -lX11 -lpmc" \ ++ "XLIBS = -L$(LOCALBASE)/lib -lXmu -lXext -lX11 -lpmc -pthread" \ + "GL_LIB = -lGL" \ + "GLU_LIB = -lGLU" \ + "GLUT_LIB = -lglut" \ |