summaryrefslogtreecommitdiffstats
path: root/science/chemtool/files/patch-Makefile.in
blob: 7125b80875e96d09155d9b8451306062c1fbf26f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

$FreeBSD$

--- Makefile.in.orig	Thu Apr 11 21:41:37 2002
+++ Makefile.in	Fri Aug 30 01:25:01 2002
@@ -5,7 +5,7 @@
 mandir=@mandir@
 kdedir=@kdemimedir@
 gnomedir=@gnomemimedir@
-CFLAGS=-O2 -Wall -Wunused -Wuninitialized -I. `gtk-config --cflags` @DEFS@ -DLOCALEDIR=\"${localedir}\"
+CFLAGS= @CFLAGS@ -I. `${GTK_CONFIG} --cflags` @DEFS@ -DLOCALEDIR=\"${localedir}\"
 
 CC=@CC@
 CP=/bin/cp
@@ -16,7 +16,7 @@
 SRCS = main.c chemproc.c graph.c draw.c inout.c gtkfilesel.c undo.c 
 OBJS = main.o chemproc.o graph.o draw.o inout.o gtkfilesel.o undo.o
 
-SYS_LIBRARIES = `gtk-config --libs` -lm
+SYS_LIBRARIES = `${GTK_CONFIG} --libs` -lm
 
 all: chemtool cht
 
OpenPOWER on IntegriCloud