blob: 5d32dc79a684bc39af5f4f015ca4548b7df94e1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ba,v 1.4 2006/01/23 21:13:16 joerg Exp $
--- programs/Xserver/hw/dmx/Imakefile.orig 2006-01-23 20:51:46.000000000 +0000
+++ programs/Xserver/hw/dmx/Imakefile
@@ -82,7 +82,7 @@ OBJS = dmxinit.o \
#ifdef XVendorRelease
VENDORRELEASE = XVendorRelease
- VENDOR_RELEASE = -DVENDOR_RELEASE="$(VENDORRELEASE)"
+ VENDOR_RELEASE = -DVENDOR_RELEASE=102040630
#endif
VENDOR_DEFINES = $(VENDOR_STRING) $(VENDOR_RELEASE)
|