diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 13:56:32 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 13:56:32 +0000 |
commit | ee6d760d6cc0e4112f3d5e4f415dece8b4c1881a (patch) | |
tree | 02c9098bec9e6f5770e9426edc2c834731adac3a /graphics/xmms-fishmatic | |
parent | b2158fb2065a9b4fc6d5f0f32e91ef4da39ed83b (diff) |
Notes
Diffstat (limited to 'graphics/xmms-fishmatic')
-rw-r--r-- | graphics/xmms-fishmatic/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/xmms-fishmatic/Makefile b/graphics/xmms-fishmatic/Makefile index 01db4336d445..8db322dc6544 100644 --- a/graphics/xmms-fishmatic/Makefile +++ b/graphics/xmms-fishmatic/Makefile @@ -24,6 +24,7 @@ USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes +USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="-lGL -lXext ${LIBS}" CFLAGS+= -I${X11BASE}/include -L${X11BASE}/lib @@ -34,5 +35,6 @@ post-patch: s|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig .include <bsd.port.mk> |