blob: 78fa9f847194d64ca1287372082ed6d4100f98b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/GLU/Imakefile.orig Sun May 9 16:24:25 2004
+++ lib/GLU/Imakefile Sun May 9 16:24:53 2004
@@ -47,7 +47,7 @@
#define CplusplusSource
#ifdef SharedGLUReqs
-REQUIREDLIBS = SharedGLUReqs
+REQUIREDLIBS = -L$(USRLIBDIR) SharedGLUReqs
#endif
#ifndef SeparateSharedCompile
|