[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gv] gv-3.6.1 patch
From: |
Mike Castle |
Subject: |
[bug-gv] gv-3.6.1 patch |
Date: |
Mon, 3 Jan 2005 13:48:58 -0800 |
User-agent: |
Mutt/1.5.6i |
* Not every system has something like /usr/include/X11.
--- gv-3.6.1.orig/src/Makefile.am 2004-12-19 11:15:35.000000000 -0800
+++ gv-3.6.1//src/Makefile.am 2005-01-03 13:38:28.000000000 -0800
@@ -4,6 +4,8 @@
# Process this file with automake to get Makefile.in
+INCLUDES = $(X_CFLAGS)
+
# File distribution
bin_PROGRAMS = gv
dist_pkglib_DATA = gv_system.ad gv_user.ad gv_class.ad gv_spartan.dat
gv_user_res.dat gv_copyright.dat
@@ -257,4 +259,4 @@
if USE_MEMDEBUG_CODE
gv_SOURCES += d_mem.c d_mem.h d_xtmem.c d_xtmem.h
-endif
\ No newline at end of file
+endif
--
Mike Castle address@hidden www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
- [bug-gv] gv-3.6.1 patch,
Mike Castle <=