Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 237605 Details for
Bug 327011
New Ebuild: media-libs/gexiv2-0.1.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile patch to fix compile
gexiv2-0.1.0-makefile.patch (text/plain), 790 bytes, created by
corec
on 2010-07-05 17:04:53 UTC
(
hide
)
Description:
Makefile patch to fix compile
Filename:
MIME Type:
Creator:
corec
Created:
2010-07-05 17:04:53 UTC
Size:
790 bytes
patch
obsolete
>--- Makefile.old 2010-06-28 22:00:02.000000000 +0300 >+++ Makefile 2010-07-02 20:32:19.577957608 +0300 >@@ -163,8 +163,8 @@ > $(EXPANDED_OBJ_FILES): $(BUILD_DIR)/%.o: gexiv2/%.cpp $(EXPANDED_HEADER_FILES) $(CONFIG_IN) Makefile > @pkg-config --print-errors --exists '$(EXT_PKG_VERSIONS)' > @mkdir -p $(BUILD_DIR) >- libtool --mode=compile $(CXX) -c $(EXT_PKGS_CFLAGS) $(CFLAGS) -I. -o $@ $< >+ libtool --mode=compile --tag=CC $(CXX) -c $(EXT_PKGS_CFLAGS) $(CFLAGS) -I. -o $@ $< > > $(LIBRARY_BIN): $(EXPANDED_OBJ_FILES) >- libtool --mode=link $(CXX) -rpath $(PREFIX)/$(LIB) $(EXPANDED_LO_FILES) $(EXT_PKGS_LDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(LIBRARY_BIN) >+ libtool --mode=link --tag=CC $(CXX) -rpath $(PREFIX)/$(LIB) $(EXPANDED_LO_FILES) $(EXT_PKGS_LDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(LIBRARY_BIN) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 327011
:
237603
| 237605