diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-09-13 19:10:59 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-09-13 19:10:59 +0000 |
commit | 65fac243a4f2d3329e25359d0f5caf1e53cebc41 (patch) | |
tree | 7559ccb11386ab934a69cdaa8b75186e9f982a7c /sci-libs/neartree/files | |
parent | dev-libs/linux-fusion is gone (bug #316869) (diff) | |
download | gentoo-2-65fac243a4f2d3329e25359d0f5caf1e53cebc41.tar.gz gentoo-2-65fac243a4f2d3329e25359d0f5caf1e53cebc41.tar.bz2 gentoo-2-65fac243a4f2d3329e25359d0f5caf1e53cebc41.zip |
Respect CFLAGS
(Portage version: 2.2_rc80/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/neartree/files')
-rw-r--r-- | sci-libs/neartree/files/2.3.1-gentoo.patch | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-libs/neartree/files/2.3.1-gentoo.patch b/sci-libs/neartree/files/2.3.1-gentoo.patch index 63b14961ffa2..aac9c169f620 100644 --- a/sci-libs/neartree/files/2.3.1-gentoo.patch +++ b/sci-libs/neartree/files/2.3.1-gentoo.patch @@ -1,5 +1,5 @@ diff --git a/Makefile b/Makefile -index 38b63c5..ad91c99 100644 +index 38b63c5..4e6bc40 100644 --- a/Makefile +++ b/Makefile @@ -42,17 +42,17 @@ @@ -44,14 +44,12 @@ index 38b63c5..ad91c99 100644 #INSTALL_PREFIX = $(HOME) endif -@@ -110,11 +110,11 @@ CPPLIBRARIES = -lm - # +@@ -111,10 +111,10 @@ CPPLIBRARIES = -lm CLIBRARIES = $(CVECTOR_LIBLOC) -lCVector -lm --COMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) $(WARNINGS) -c + COMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) $(WARNINGS) -c -CPPCOMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CXX) $(CFLAGS) $(INCLUDES) $(WARNINGS) -c -LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -version-info $(VERSION) -release $(RELEASE) -no-undefined -rpath $(INSTALL_PREFIX)/lib -+COMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CC) $(CXXFLAGS) $(INCLUDES) $(WARNINGS) -c +CPPCOMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CXX) $(CXXFLAGS) $(INCLUDES) $(WARNINGS) -c +LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -version-info $(VERSION) -release $(RELEASE) -no-undefined -rpath $(INSTALL_PREFIX)/GENTOOLIBDIR $(LDFLAGS) BUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(INCLUDES) |