diff options
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-lib_GL_GL_Imakefile')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-lib_GL_GL_Imakefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-lib_GL_GL_Imakefile b/x11/XFree86-4-libraries/files/patch-lib_GL_GL_Imakefile new file mode 100644 index 000000000000..eb52f912cad7 --- /dev/null +++ b/x11/XFree86-4-libraries/files/patch-lib_GL_GL_Imakefile @@ -0,0 +1,39 @@ +--- lib/GL/GL/Imakefile.orig Sun Jan 9 03:58:13 2005 ++++ lib/GL/GL/Imakefile Sun Jan 9 04:01:26 2005 +@@ -294,11 +294,15 @@ + + #if NormalLibGlx + NormalLibraryTarget($(LIBNAME),$(UOBJS)) ++#if !defined(LibInstall) || LibInstall + InstallLibrary($(LIBNAME),$(USRLIBDIR)) + #endif ++#endif + #if SharedLibGlx + SharedDepLibraryTarget($(LIBNAME),$(SOREV),$(OBJS),$(OBJS) $(THREADOBJS),.,.) ++#if !defined(LibInstall) || LibInstall + InstallSharedLibrary($(LIBNAME),$(SOREV),$(SHLIBDIR)) ++#endif + #if LinkGLToUsrLib && AlternateUsrLibDir + install:: + MakeDir($(DESTDIR)$(SYSTEMUSRLIBDIR)) +@@ -310,8 +314,10 @@ + #endif + #if DebugLibGlx + DebuggedLibraryTarget($(LIBNAME),$(DOBJS)) ++#if !defined(LibInstall) || LibInstall + InstallLibrary($(LIBNAME)_d,$(USRLIBDIR)) + #endif ++#endif + #if ExtraLibGlx && defined(ExtraLibRules) + all:: + ExtraLibMkdir() +@@ -322,7 +328,9 @@ + #endif + #if ProfileLibGlx + ProfiledLibraryTarget($(LIBNAME),$(POBJS)) ++#if !defined(LibInstall) || LibInstall + InstallLibrary($(LIBNAME)_p,$(USRLIBDIR)) ++#endif + #endif + + |