summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/files/patch-aa
blob: 375c958ea5292c7047ec5bacbe3df25de2c297e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
*** Imakefile.orig	Sat Jun 25 20:47:22 1994
--- Imakefile	Mon Jan 25 12:07:10 1999
***************
*** 4,11 ****
  /**/# Top level Imakefile for ProductNameAndRelease
  /**/# @(#)Imakefile	1.7 1/7/92 SMI
  
! CC = cc
! CFLAGS = -O 
  
  #define IHaveSubdirs
  #define PassCDebugFlags
--- 4,11 ----
  /**/# Top level Imakefile for ProductNameAndRelease
  /**/# @(#)Imakefile	1.7 1/7/92 SMI
  
! CC ?= gcc
! CFLAGS += -O -fstrength-reduce -fpcc-struct-return 
  
  #define IHaveSubdirs
  #define PassCDebugFlags
***************
*** 13,19 ****
             WORLDOPTS = 
  /**/# If you want to make only the library, then start the build in the lib
  /**/# subdirectory.  Be sure to do a 'make includes' in images and bitmaps first.
!             COREDIRS = lib images bitmaps misc util
  #if InstallOpenLookFonts 
              FONTSDIR = fonts
  #else
--- 13,19 ----
             WORLDOPTS = 
  /**/# If you want to make only the library, then start the build in the lib
  /**/# subdirectory.  Be sure to do a 'make includes' in images and bitmaps first.
!             COREDIRS = lib images bitmaps misc util config
  #if InstallOpenLookFonts 
              FONTSDIR = fonts
  #else