Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 207849 Details for
Bug 277794
net-analyzer/fe3d: fails with forced --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixing as-needed issues
fe3d-0.11_p77-as-needed.patch (text/plain), 1.61 KB, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2009-10-21 18:01:27 UTC
(
hide
)
Description:
fixing as-needed issues
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2009-10-21 18:01:27 UTC
Size:
1.61 KB
patch
obsolete
>--- fe3d_0.11_p77.orig/configure.ac 2009-10-21 19:27:10.038774977 +0200 >+++ fe3d_0.11_p77/configure.ac 2009-10-21 19:32:34.272613187 +0200 >@@ -46,16 +46,15 @@ > ]) > fi > >-CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" >-CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" >-CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" >-LIBS="$LIBS $WX_LIBS" >+#CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" >+#CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" >+#CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" >+#LIBS="$LIBS $WX_LIBS" > > AM_CPPFLAGS="$AM_CPPFLAGS $GL_CFLAGS $GLU_CFLAGS" >-AM_LDFLAGS="$AM_LDFLAGS $GL_LIBS $GLU_LIBS" > AC_SUBST([AM_CPPFLAGS]) > AC_SUBST([AM_LDFLAGS]) >-AC_SUBST([$PREFIX]) >+#AC_SUBST([$PREFIX]) > > AC_OUTPUT > >--- fe3d_0.11_p77.orig/src/Makefile.am 2009-10-21 19:27:10.051837491 +0200 >+++ fe3d_0.11_p77/src/Makefile.am 2009-10-21 19:33:02.573893620 +0200 >@@ -1,8 +1,10 @@ >-fe3d_CPPFLAGS = -DFE_DATA_DIR="\"@datadir@/@PACKAGE@/\"" >+fe3d_CPPFLAGS = -DFE_DATA_DIR="\"@datadir@/@PACKAGE@/\"" @WX_CPPFLAGS@ > INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include > bin_PROGRAMS = fe3d > fe3d_SOURCES = fe_config.cpp fe_core.cpp fe_draw.cpp fe_events.cpp fe_host.cpp fe_hosts.cpp fe_match.cpp fe_node.cpp fe_os_rgx.cpp fe_port.cpp fe_root_node.cpp fe_tools.cpp geo_cache.cpp gl_util.cpp libfe3d.cpp nmap_parser.cpp tex_cache.cpp wxfe3d_app.cpp wxfe3d_frame.cpp wxfe3d_glcanvas.cpp ui_nmap_ctrl.cpp ./gui/fe3d_ui.cpp ./regexp/Matcher.cpp ./regexp/Pattern.cpp ./regexp/WCMatcher.cpp ./regexp/WCPattern.cpp >- >+fe3d_CFLAGS = @WX_CFLAGS@ >+fe3d_CXXFLAGS = @WX_CXXFLAGS_ONLY@ >+fe3d_LDADD = @GLU_LIBS@ @WX_LIBS@ > fe3ddir = @datadir@/@PACKAGE@ > fe3d_imgdir = @datadir@/@PACKAGE@/img > fe3d_DATA = $(top_srcdir)/data/*
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 277794
:
197906
|
207847
| 207849