summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-11 15:00:47 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-11 15:00:47 +0800
commitfd9ba1d4ae6bf91fef8e75eb88ebb148e0f59019 (patch)
tree09063c492109fe65e3b1d0ccd7492de1015c2eb9 /devel
parent77dd1aa1623ddf19df50fa8f11eeaf9521f9fe23 (diff)
downloadmarcuscom-ports-fd9ba1d4ae6bf91fef8e75eb88ebb148e0f59019.tar
marcuscom-ports-fd9ba1d4ae6bf91fef8e75eb88ebb148e0f59019.tar.gz
marcuscom-ports-fd9ba1d4ae6bf91fef8e75eb88ebb148e0f59019.tar.bz2
marcuscom-ports-fd9ba1d4ae6bf91fef8e75eb88ebb148e0f59019.tar.lz
marcuscom-ports-fd9ba1d4ae6bf91fef8e75eb88ebb148e0f59019.tar.xz
marcuscom-ports-fd9ba1d4ae6bf91fef8e75eb88ebb148e0f59019.tar.zst
marcuscom-ports-fd9ba1d4ae6bf91fef8e75eb88ebb148e0f59019.zip
Make sure the localedir gets set correctly.
Reported by: Franz Klammer <klammer@webonaut.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@748 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/libbonobo/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
index 5e5d8cd16..b20536136 100644
--- a/devel/libbonobo/Makefile
+++ b/devel/libbonobo/Makefile
@@ -7,7 +7,8 @@
PORTNAME= libbonobo
PORTVERSION= 2.3.1
-PORTREVISION= 1
+PORTREVISION= 2
+#PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3
@@ -31,4 +32,8 @@ MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale
MAN1= bonobo-activation-server.1
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+
.include <bsd.port.mk>