/[pkgs]/devel/CCfits/CCfits-1.6-removerpath.patch
ViewVC logotype

Contents of /devel/CCfits/CCfits-1.6-removerpath.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Thu Sep 10 14:30:07 2009 UTC (2 months, 2 weeks ago) by sergiopr
Branch: MAIN
CVS Tags: F-12-split, CCfits-2_2-1_fc12, HEAD
Changes since 1.1: +10 -8 lines
File MIME type: text/x-patch
* Thu Sep 10 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 2.2-1
- New upstream version, includes pkgconfig file
1 diff -ur CCfits/Makefile.in CCfits.rpath/Makefile.in
2 --- CCfits/Makefile.in 2009-09-09 17:48:28.000000000 +0200
3 +++ CCfits.rpath/Makefile.in 2009-09-10 14:28:27.000000000 +0200
4 @@ -244,12 +244,12 @@
5 # generation like gcc does
6 AUTOMAKE_OPTIONS = foreign # no-dependencies
7 SUBDIRS = vs.net
8 -R_LIB_PATH = @RDFLAGS@
9 +R_LIB_PATH =
10 MSVC_FILES = MSconfig.h
11 EXTRA_DIST = config CHANGES README.INSTALL License.txt file1.pha $(MSVC_FILES)
12 cookbook_SOURCES = cookbook.cxx
13 cookbook_LDADD = libCCfits.la
14 -cookbook_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH)
15 +cookbook_LDFLAGS =
16 pkgconfigdir = $(libdir)/pkgconfig
17 pkgconfig_DATA = CCfits.pc
18 INCLUDES = -I$(top_srcdir)/..
19 @@ -277,8 +277,8 @@
20
21 # This will tell shared library which STD C++ library to use without
22 # needing the user to use LD_LIBRARY_PATH environment variable
23 -libCCfits_la_LIBADD = $(LIBSTDCPP)
24 -libCCfits_la_LDFLAGS = -R $(R_LIB_PATH) -R $(CXX_LIB_PATH)
25 +libCCfits_la_LIBADD =
26 +libCCfits_la_LDFLAGS =
27 libCCfits_ladir = $(pkgincludedir)
28 libCCfits_la_HEADERS = \
29 AsciiTable.h \

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2