openbsd-ports/x11/xcalib/patches/patch-Makefile
phessler 70e63fb06f xcalib is a tiny monitor calibration loader for XFree86 (or X.org) and
MS-Windows. It allows you to load the 'vcgt'-tag of ICC profiles to
X-server (like MS-Windows or MacOS do) to calibrate your display.

from Mitja Muzenic (MAINTAINER)
some cleanup and ok merdely@
2008-07-11 01:54:15 +00:00

16 lines
495 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2008/07/11 01:54:15 phessler Exp $
--- Makefile.orig Sun Aug 26 23:30:34 2007
+++ Makefile Sun Jan 27 00:17:51 2008
@@ -36,9 +36,8 @@
# to change the following variables
XCALIB_VERSION = 0.8
-CFLAGS = -O2
-XINCLUDEDIR = /usr/X11R6/include
-XLIBDIR = /usr/X11R6/lib
+XINCLUDEDIR = "${X11BASE}/include"
+XLIBDIR = "${X11BASE}/lib"
# for ATI's proprietary driver (must contain the header file fglrx_gamma.h)
FGLRXINCLUDEDIR = ./fglrx
FGLRXLIBDIR = ./fglrx