1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11/XFree86-4-libraries/files/patch-z30
Satoshi Asami 036dd8c105 Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs.  Other miscellaneous bug fixes.

Submitted by:	maintainer
2000-08-25 10:35:22 +00:00

14 lines
337 B
Plaintext

--- lib/GL/mesa/src/drv/Imakefile~ Sat Jul 1 08:35:56 2000
+++ lib/GL/mesa/src/drv/Imakefile Tue Jul 18 16:52:39 2000
@@ -59,6 +59,10 @@
#endif
#endif
+#if (defined(FreeBSDBuildXlib) && FreeBSDBuildXlib) || (defined(ModuleInstall) && !ModuleInstall)
+SUBDIRS = common
+#endif
+
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))