diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-10-04 02:25:28 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-10-04 02:25:28 +0000 |
commit | 1ccba4d1f87ee18105ec2c4ced8844b709a51b5b (patch) | |
tree | 4142b8185a3ed107b0d70321b3170da658fb0c65 /science/chemtool-devel/files/patch-Makefile.in | |
parent | Honor CFLAGS (diff) |
Update to up-to-date developer version
Many thanks to: Dr. Martin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Diffstat (limited to '')
-rw-r--r-- | science/chemtool-devel/files/patch-Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/science/chemtool-devel/files/patch-Makefile.in b/science/chemtool-devel/files/patch-Makefile.in new file mode 100644 index 000000000000..192144e2a79d --- /dev/null +++ b/science/chemtool-devel/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig Thu Aug 28 07:25:31 2003 ++++ Makefile.in Sat Oct 4 11:16:42 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%%LOCALBASE%%/include -I%%LOCALBASE%%/include/libEMF -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` -L%%LOCALBASE%%/lib @EMFLIBS@ -lm + + + all: chemtool cht |