You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/ccfits/files/ccfits-2.2-makefile.patch

27 lines
783 B

--- Makefile.am.orig 2010-01-20 02:52:22.000000000 +0000
+++ Makefile.am 2010-01-20 02:50:34.000000000 +0000
@@ -26,12 +26,11 @@
EXTRA_DIST = config CHANGES README.INSTALL License.txt file1.pha $(MSVC_FILES)
-bin_PROGRAMS = cookbook
+check_PROGRAMS = cookbook
cookbook_SOURCES = cookbook.cxx
cookbook_LDADD = libCCfits.la
-cookbook_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = CCfits.pc
@@ -64,8 +63,7 @@
# This will tell shared library which STD C++ library to use without
# needing the user to use LD_LIBRARY_PATH environment variable
-libCCfits_la_LIBADD = $(LIBSTDCPP)
-libCCfits_la_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH)
+#libCCfits_la_LIBADD = $(LIBSTDCPP)
libCCfits_ladir = $(pkgincludedir)