summaryrefslogtreecommitdiff
path: root/science/psi3/files/patch-src+bin+cints+Makefile.in
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
commit38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch)
treeabf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /science/psi3/files/patch-src+bin+cints+Makefile.in
parent- Fix build with GCRYPT option by taking out -Werror (diff)
Remove non staged ports without pending PR from s*
Diffstat (limited to 'science/psi3/files/patch-src+bin+cints+Makefile.in')
-rw-r--r--science/psi3/files/patch-src+bin+cints+Makefile.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/science/psi3/files/patch-src+bin+cints+Makefile.in b/science/psi3/files/patch-src+bin+cints+Makefile.in
deleted file mode 100644
index 9b7661db1670..000000000000
--- a/science/psi3/files/patch-src+bin+cints+Makefile.in
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/bin/cints/Makefile.in~ 2008-12-19 06:51:42.000000000 +0900
-+++ src/bin/cints/Makefile.in 2009-04-13 16:42:30.000000000 +0900
-@@ -92,15 +92,15 @@
-
- include ../MakeVars
-
--CFLAGS = $(CDBG) $(COPT) $(CDEF) $(COTH) $(CINC)
-+CFLAGS = $(CDBG) $(COPT) $(CDEF) $(COTH) $(CINC) %%PTHREAD_CFLAGS%%
- CINC += -I$(srcdir) $(DIRS:%=-I$(srcdir)/%)
- CDEF += $(OPTIONS)
-
--CXXFLAGS = $(CXXDBG) $(CXXOPT) $(CXXDEF) $(CXXOTH) $(CXXINC)
-+CXXFLAGS = $(CXXDBG) $(CXXOPT) $(CXXDEF) $(CXXOTH) $(CXXINC) %%PTHREAD_CFLAGS%%
- CXXINC += -I$(srcdir) $(DIRS:%=-I$(srcdir)/%)
- CXXDEF += $(OPTIONS)
-
--LDLIBS += $(BLAS) -lpthread
-+LDLIBS += $(BLAS) -lpthread %%PTHREAD_LIBS%%
- PSILIBS = -lPSI_qt -lPSI_chkpt $(INTLIBS) -lPSI_iwl \
- -lPSI_psio -lPSI_ciomr -lPSI_ipv1
- ifeq ($(findstring CC,$(SUBDIRS)),CC)