mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
11 lines
270 B
Text
11 lines
270 B
Text
--- Makefile.am.orig 2009-03-11 21:08:57 UTC
|
|
+++ Makefile.am
|
|
@@ -6,7 +6,7 @@ if ENABLE_CUNIT
|
|
CUNIT_DIRS = cunit
|
|
endif
|
|
|
|
-SUBDIRS = libfo xmlroff . examples docs $(CUNIT_DIRS)
|
|
+SUBDIRS = libfo . examples $(CUNIT_DIRS)
|
|
|
|
if PLATFORM_WIN32
|
|
no_undefined = -no-undefined
|