freebsd-ports/science/chemtool/files/patch-Makefile.in
Maho Nakata 9cb0da02b0 Update to 1.6 and some clean-up.
PR:		54664
Submitted by:	KATO Tsuguru <tkato@prontomail.com> aka Ports fury
2003-07-21 00:57:58 +00:00

24 lines
674 B
Plaintext

$FreeBSD$
--- Makefile.in.orig Sun May 11 22:02:15 2003
+++ Makefile.in Sun Jul 20 22:49:21 2003
@@ -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 undo.c @MYGTKSRCS@
OBJS = main.o chemproc.o graph.o draw.o inout.o undo.o @MYGTKOBJS@
-SYS_LIBRARIES = `gtk-config --libs` @EMFLIBS@ -lm
+SYS_LIBRARIES = `${GTK_CONFIG} --libs` @EMFLIBS@ -lm
all: chemtool cht