diff options
author | pav <pav@FreeBSD.org> | 2007-03-24 04:16:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-24 04:16:40 +0800 |
commit | 88e329a6c011a1d6d29f29641c4f9e0f8a49641b (patch) | |
tree | fbd2073951ebeae8dc23ce2a4d200eabc2c841e5 /misc | |
parent | bb8303a1985c92d4ddc5b9a9f76e6c14327fb8a0 (diff) | |
download | freebsd-ports-gnome-88e329a6c011a1d6d29f29641c4f9e0f8a49641b.tar.gz freebsd-ports-gnome-88e329a6c011a1d6d29f29641c4f9e0f8a49641b.tar.zst freebsd-ports-gnome-88e329a6c011a1d6d29f29641c4f9e0f8a49641b.zip |
- Fix after objformat removal
PR: ports/109925 (based on)
Submitted by: rafan
Approved by: maintainer timeout (perky; 18 days)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xosd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 9e9a22a39082..0ed0571d5f97 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -21,8 +21,8 @@ USE_BZIP2= yes USE_GETOPT_LONG=yes USE_X_PREFIX= yes USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_AUTOTOOLS= libtool:15 +USE_LDCONFIG= yes CONFIGURE_ENV= LIBS=${PTHREAD_LIBS}' -L${LOCALBASE}/lib' \ CFLAGS='${CFLAGS}' X11BASE='${X11BASE}' \ GTK_CONFIG='${GTK_CONFIG}' GLIB_CONFIG='${GLIB_CONFIG}' \ @@ -51,7 +51,7 @@ PLIST_SUB= WITH_XMMS="@comment " pre-patch: @${REINPLACE_CMD} -e 's,-lc_r,-lblahblah,g' ${WRKSRC}/ltmain.sh - @${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},g ; s,echo aout,echo elf,' ${WRKSRC}/configure .for f in src/libxosd/Makefile.in src/xmms_plugin/Makefile.in @${REINPLACE_CMD} -e 's,^\(CFLAGS =\)\(.*\)$$,\1 -I.. \2,g' ${WRKSRC}/$f .endfor |