On 1/27/2013 4:04 PM, Stuart Henderson wrote:
On 2013/01/27 15:48, Brian Callahan wrote:
Tested OK on amd64 and powerpc. For some reason, port-lib-depends-check
gives different output between the two archs. I went with the WANTLIB
that satisfied powerpc, because powerpc wanted some extra libs that are
system libs
which libs?
GL, Xxf86vm, drm, stdc++
Fixup tarball attached. Includes some other fixes mentioned by landry.
${WRKINST}/${LOCALBASE}/lib/python2.7/site-packages/keybinder/_keybinder.{a,la}
- don't hardcode the Python version number here, you probably want something
like ${WRKINST}${MODPY_SITEPKG}/keybinder/_keybinder.{a,la}
or just @comment them in the plist instead.
According to configure, static libs aren't supposed to be built. But I
found .a files in ${WRKINST} after running make fake. They didn't show
up in PLIST, so I figured it was easier to do it this way than @comment
the .la files.
~Brian