aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4-libraries/files/patch-z41
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-z41')
-rw-r--r--x11/XFree86-4-libraries/files/patch-z4118
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z41 b/x11/XFree86-4-libraries/files/patch-z41
new file mode 100644
index 000000000000..1c03e9b9709e
--- /dev/null
+++ b/x11/XFree86-4-libraries/files/patch-z41
@@ -0,0 +1,18 @@
+--- config/cf/xttMod.tmpl~ Tue Dec 5 11:59:36 2000
++++ config/cf/xttMod.tmpl Wed Dec 20 13:39:42 2000
+@@ -24,11 +24,15 @@
+
+ ModuleObjectRule()
+ LibraryModuleTarget($(MODULENAME),$(OBJS))
++#if (!defined(LibInstall) || LibInstall) || (!defined(ModInstall) || ModInstall)
+ InstallLibraryModule($(MODULENAME),$(MODULEDIR),codeconv)
++#endif
+
+ DependTarget()
+
++#if (!defined(LibInstall) || LibInstall) || (!defined(ModInstall) || ModInstall)
+ InstallDriverSDKLibraryModule($(MODULENAME),$(DRIVERSDKMODULEDIR),codeconv)
++#endif
+
+ # else
+ /* dlopen based code converter */