freebsd-ports/net/tightvnc/files/patch-Xvnc__programs__Xserver__dix__Imakefile
Koichiro Iwao 0497f1d000 net/tightvnc: Switch to options helpers, etc
- Switch to options helpers
- Regenerate patches
- Adjust CONFLICTS since some conflicting ports removed from ports tree
- Pet portlint (bring USES earlier)
- Add missing USES,USE_XORG
- Bump PORTREVISION due to USES change

Sponsored by:	HAW International, Inc.
2019-03-26 05:31:27 +00:00

20 lines
638 B
Text

--- Xvnc/programs/Xserver/dix/Imakefile.orig 2009-03-05 06:38:33 UTC
+++ Xvnc/programs/Xserver/dix/Imakefile
@@ -43,15 +43,11 @@ OBJS = atom.o colormap.o cursor.o devices.o dispatch.o
* changed.
*/
-#ifdef DefaultFontPath
-DEFAULTFONTPATH = DefaultFontPath
+DEFAULTFONTPATH = ${LOCALBASE}/share/fonts/misc
SITE_FONT_PATH = -DCOMPILEDDEFAULTFONTPATH=\"$(DEFAULTFONTPATH)\"
-#endif
-#ifdef DefaultRGBDatabase
-DEFAULTRGBDATABASE = DefaultRGBDatabase
+DEFAULTRGBDATABASE = ${LOCALBASE}/lib/X11/rgb
SITE_RGB_DB = -DRGB_DB=\"$(DEFAULTRGBDATABASE)\"
-#endif
#ifdef DefaultDisplayClass
DEFAULTDISPLAYCLASS = DefaultDisplayClass