freebsd-ports/net/vnc/files/patch-unix-xc-programs-Xserver-vnc-Imakefile
Cy Schubert ac8685d52c Unbreak for 9.0-CURRENT (actually it [vnc/module] also failed to build under
8.2-STABLE however the failure was ignored by 8.2's make).

Assume maintainership.

Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (Maintainer)
2011-05-20 07:11:02 +00:00

18 lines
540 B
Text

--- xc/programs/Xserver/vnc/Imakefile.orig 2008-10-14 06:28:36.000000000 -0700
+++ xc/programs/Xserver/vnc/Imakefile 2011-05-19 22:16:59.424818247 -0700
@@ -7,15 +7,8 @@
#define CplusplusSource
-#if DoLoadableServer
-#define IHaveSubdirs
-#endif
-
#include <Server.tmpl>
-#if DoLoadableServer
- MODULE_SUBDIRS = module
-#endif
SRCS = vncExtInit.cc vncHooks.cc XserverDesktop.cc
OBJS = vncExtInit.o vncHooks.o XserverDesktop.o
INCLUDES = -I../include -I$(EXTINCSRC) -I$(XINCLUDESRC) -I$(FONTINCSRC) \