mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
21 lines
611 B
Plaintext
21 lines
611 B
Plaintext
--- Xvnc/programs/Xserver/dix/Imakefile.orig Fri Mar 29 05:30:51 2002
|
|
+++ Xvnc/programs/Xserver/dix/Imakefile Fri Mar 29 05:32:27 2002
|
|
@@ -36,15 +36,11 @@
|
|
* changed.
|
|
*/
|
|
|
|
-#ifdef DefaultFontPath
|
|
-DEFAULTFONTPATH = DefaultFontPath
|
|
+DEFAULTFONTPATH = ${LOCALBASE}/lib/X11/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
|