diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-11-20 02:49:30 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-11-20 02:49:30 +0000 |
commit | a9c05e1b1bdbed4b1f86cb4f289fcc007f795255 (patch) | |
tree | 7624caa181f9baeb463cc8e8d3bb41e1b9cdcc0a /science/chemtool-devel/files/patch-Makefile.in | |
parent | Upgrade to 6.2.1. Mostly a bugfix release. (diff) |
Update to 1.7alpha15
Diffstat (limited to 'science/chemtool-devel/files/patch-Makefile.in')
-rw-r--r-- | science/chemtool-devel/files/patch-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/science/chemtool-devel/files/patch-Makefile.in b/science/chemtool-devel/files/patch-Makefile.in deleted file mode 100644 index 192144e2a79d..000000000000 --- a/science/chemtool-devel/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 |