aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher (jlec) <jlec@j-schmitz.net>2009-06-14 11:21:34 +0200
committerJustin Lecher (jlec) <jlec@j-schmitz.net>2009-06-14 11:21:34 +0200
commit981bc1d7223f214682b445be2eb5654808e307c7 (patch)
tree67033f43a76b2df9fff04297825a82f5acf03c7a /sci-chemistry/shiftx/files
parentdigest (diff)
downloadsci-981bc1d7223f214682b445be2eb5654808e307c7.tar.gz
sci-981bc1d7223f214682b445be2eb5654808e307c7.tar.bz2
sci-981bc1d7223f214682b445be2eb5654808e307c7.zip
shiftx added
Diffstat (limited to 'sci-chemistry/shiftx/files')
-rw-r--r--sci-chemistry/shiftx/files/1.1-Makefile.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-chemistry/shiftx/files/1.1-Makefile.patch b/sci-chemistry/shiftx/files/1.1-Makefile.patch
new file mode 100644
index 000000000..167875241
--- /dev/null
+++ b/sci-chemistry/shiftx/files/1.1-Makefile.patch
@@ -0,0 +1,22 @@
+--- Makefile 2004-08-03 20:33:20.000000000 +0200
++++ Makefile.new 2009-06-14 10:49:40.000000000 +0200
+@@ -6,8 +6,8 @@
+ # E-Mail: anip@redpoll.pharmacy.ualberta.ca
+ #
+ #CC=gcc -Xcpluscomm -cckr
+-CC=/usr/bin/gcc
+-CFLAGS=-O3
++#CC=/usr/bin/gcc
++#CFLAGS=-O3
+ SYSLIB=
+ INCLUDES=-I/usr/include
+ LIBS=$(SYSLIB) -lm
+@@ -25,7 +25,7 @@
+ all: shiftx
+
+ shiftx: $(OBJS)
+- $(CC) $(OBJS) $(CFLAGS) $(LIBS) -o $@
++ $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
+
+ Main.o: Main.c main.h states.h nn.h ssbond.h residue.h hetatm.h cs.h \
+ phipsi.h torison.h hydrogens.h rings.h es.h proline.h hbond.h \