[Bug 221717] Review Request: agg - C++ rendering framework, move from core to shared

bugzilla at redhat.com bugzilla at redhat.com
Sun Jan 7 11:55:12 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: agg - C++ rendering framework, move from core to shared


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=221717





------- Additional Comments From pertusus at free.fr  2007-01-07 06:55 EST -------
The third subpatch for src/platform/X11/Makefile.am in 
agg-2.4-depends.patch is not applied, certainly because it lacks a line 
like 
@@ -5,6 +5,6 @@


Another issue I found is that @x_libraries@ is empty, so
there is a lone -L when linking. I think it should be fixed in 
the autotools build system.

Maybe in configure there could be something along
test -n "$x_libraries" && X_LDFLAGS="-L$x_libraries"
AC_SUBST(X_LDFLAGS)

and then in Makefile.am it could be 
libaggplatformX11_la_LDFLAGS = -version-info @AGG_LIB_VERSION@ @X_LDFLAGS@

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list