summaryrefslogtreecommitdiff
path: root/biology/xdrawchem/files/patch-aa
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-08-01 03:27:54 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-08-01 03:27:54 +0000
commitc99edb7512b6cefc6e515942d865410b12241116 (patch)
tree1338c783af96319a2a3817b8e8140c8a563c1e5d /biology/xdrawchem/files/patch-aa
parentFix build with new py-gtk2. (diff)
a) Update to 1.7.3
b) Maintainer timeout: This PR is submitted by Thu May 08 07:30:18 PDT 2003 but no reply from the maintainer. PR: 51971 Submitted by: KATO Tsuguru <tkato@prontomail.com> aka Ports Fury
Notes
Notes: svn path=/head/; revision=86093
Diffstat (limited to '')
-rw-r--r--biology/xdrawchem/files/patch-aa51
1 files changed, 0 insertions, 51 deletions
diff --git a/biology/xdrawchem/files/patch-aa b/biology/xdrawchem/files/patch-aa
deleted file mode 100644
index 6f5e520962c5..000000000000
--- a/biology/xdrawchem/files/patch-aa
+++ /dev/null
@@ -1,51 +0,0 @@
---- Makefile.orig Sat Dec 1 10:36:43 2001
-+++ Makefile Sat Jan 19 16:07:48 2002
-@@ -1,26 +1,25 @@
- # XDrawChem configuration stuff
- # INSTDIR: The directory where the binary will go. Should be in your path.
--# The default is /usr/local/bin
-+# The default is ${PREFIX}/bin
- # INSTRING: The directory where you will store ring templates (without quotes).
- # RINGDIR: The directory where you will store ring templates (with quotes).
- # INSTRING and RINGDIR should be the same :)
--# Default should be /usr/local/lib/xdrawchem
-+# Default should be ${PREFIX}/lib/xdrawchem
- # if you change RINGDIR, remember to put "\" before the directory,
- # and \"" after it, so the preprocessor will insert quotes correctly
- # SERVER: database server. OK to set to "herger.ibb.gatech.edu";
- # as of version 0.98, there are no other servers :)
-
--INSTDIR = /usr/local/bin
--INSTRING = /usr/local/lib/xdrawchem
--RINGDIR = "\"/usr/local/lib/xdrawchem/\""
-+INSTDIR = ${PREFIX}/bin
-+INSTRING = ${PREFIX}/share/xdrawchem
-+RINGDIR = "\"${PREFIX}/share/xdrawchem/\""
- SERVER = "\"herger.ibb.gatech.edu\""
-
- ## Platform-specific flags -- uncomment appropriate section
- ## For Linux, SGI IRIX 6.5 using gcc/g++
--CXX = g++
--INCPATH = -I/usr/include -I$(QTDIR)/include
--LIBS = -lqt -lXext -lX11 -lm
--MOC = $(QTDIR)/bin/moc
-+INCPATH = -I$(QTDIR)/include/qt2
-+LIBS = -lqt2 -lXext -lX11 -lm
-+MOC = $(QTDIR)/bin/moc2
-
- ## for Sun
- #CXX = CC
-@@ -37,10 +36,9 @@
- ## end of platform-specific flags
-
- ## other compiler flags
--CXXFLAGS = -g -DRINGHOME=$(RINGDIR) -DXDC_SERVER=$(SERVER)
--CC = gcc
--CFLAGS = -g -DRINGHOME=$(RINGDIR) -DXDC_SERVER=$(SERVER)
--LFLAGS = -g -L$(QTDIR)/lib -L/usr/lib -L/usr/X11R6/lib
-+CXXFLAGS += -DRINGHOME=$(RINGDIR) -DXDC_SERVER=$(SERVER)
-+CFLAGS += -DRINGHOME=$(RINGDIR) -DXDC_SERVER=$(SERVER)
-+LFLAGS += -L$(QTDIR)/lib -L/usr/lib -L/usr/X11R6/lib
-
-
- ####### Target