Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 248345 | Differences between
and this patch

Collapse All | Expand All

(-)mpqc-2.3.1.orig/src/bin/mpqc/validate/Makefile (-1 / +1 lines)
Lines 52-58 Link Here
52
# Also need to see if --mpqc was specified.  If not, then add
52
# Also need to see if --mpqc was specified.  If not, then add
53
# --mpqc ../../mpqc.
53
# --mpqc ../../mpqc.
54
ifeq ($(filter --mpqc%, $(ALL_MPQCRUN_ARGS)),)
54
ifeq ($(filter --mpqc%, $(ALL_MPQCRUN_ARGS)),)
55
ALL_MPQCRUN_ARGS:=--mpqc ../../mpqc $(ALL_MPQCRUN_ARGS)
55
ALL_MPQCRUN_ARGS:=--mpqc "LD_LIBRARY_PATH=\"../../../../../lib/.libs/\" ../../mpqc" $(ALL_MPQCRUN_ARGS)
56
endif
56
endif
57
57
58
ifeq ($(HAVE_SC_SRC_LIB_CHEMISTRY_QC_MBPTR12),yes)
58
ifeq ($(HAVE_SC_SRC_LIB_CHEMISTRY_QC_MBPTR12),yes)

Return to bug 248345