summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-29 12:53:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-29 12:53:22 +0000
commit2de8095fb1227da3e1b3fecabff30305eb541a55 (patch)
tree1dc7af1cbc66eb2ae3d847b161c28c58b0abeba9
parent- Cleanup objformat-removal fallout (diff)
- Fix after objformat removal
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=188752
-rw-r--r--comms/rxtx/Makefile3
-rw-r--r--deskutils/nautilus-actions/Makefile3
-rw-r--r--multimedia/bmp-extra-plugins/Makefile2
-rw-r--r--palm/synce-multisync/Makefile3
-rw-r--r--x11-toolkits/libpanelappletmm/Makefile4
5 files changed, 12 insertions, 3 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile
index 9eccbb529027..157de03b76b8 100644
--- a/comms/rxtx/Makefile
+++ b/comms/rxtx/Makefile
@@ -27,4 +27,7 @@ CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
PREFIX= ${JAVA_HOME}/jre
NO_MTREE= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/ltconfig
+
.include <bsd.port.mk>
diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile
index 3bd3f196352b..0f0435364a54 100644
--- a/deskutils/nautilus-actions/Makefile
+++ b/deskutils/nautilus-actions/Makefile
@@ -26,4 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-1.0
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
+
.include <bsd.port.mk>
diff --git a/multimedia/bmp-extra-plugins/Makefile b/multimedia/bmp-extra-plugins/Makefile
index b645859514c4..1c2e48bd8f89 100644
--- a/multimedia/bmp-extra-plugins/Makefile
+++ b/multimedia/bmp-extra-plugins/Makefile
@@ -29,7 +29,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
- @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g' \
+ @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g ; s|echo aout|echo elf|' \
${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/palm/synce-multisync/Makefile b/palm/synce-multisync/Makefile
index be1ba358622a..3eefdb6a3324 100644
--- a/palm/synce-multisync/Makefile
+++ b/palm/synce-multisync/Makefile
@@ -27,4 +27,7 @@ CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
--with-librra=${LOCALBASE} \
--with-multisync-include=${LOCALBASE}/include/multisync
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
+
.include <bsd.port.mk>
diff --git a/x11-toolkits/libpanelappletmm/Makefile b/x11-toolkits/libpanelappletmm/Makefile
index 7ea3b77dd362..e70fce38c085 100644
--- a/x11-toolkits/libpanelappletmm/Makefile
+++ b/x11-toolkits/libpanelappletmm/Makefile
@@ -26,8 +26,8 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GCC= 3.4
USE_GNOME= gnomehack lthack gnomepanel
-GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_AUTOTOOLS= libtool:15
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-static
PLIST_SUB= VERSION="2.6" API_VERSION="2.6"