File: imakefile_extra_includes.diff

package info (click to toggle)
xpaint 2.9.1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 5,552 kB
  • sloc: ansic: 73,017; sh: 492; yacc: 247; lex: 126; sed: 43; makefile: 11
file content (16 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Add ./xaw3dxft directory to the include path.
Forwarded: http://sourceforge.net/tracker/?func=detail&aid=3029113&group_id=63290&atid=503458
Author: Josué Abarca <jmaslibre@debian.org.gt>
Last-Update: 2010-07-14

--- a/Imakefile
+++ b/Imakefile
@@ -8,6 +8,8 @@
 #include "./Local.config"
 #include "./Local.xawdefs"
 
+EXTRA_INCLUDES = -I./xaw3dxft
+
 DEFINES = $(ARCH_DEFINES) $(EXTRA_DEFINES) \
           $(XAWLIB_DEFINES) $(XPM_INCLUDE) $(XFT_INCLUDE) \
           "-DEDITOR=\"$(EDITOR)\"" \