summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-19 04:50:21 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-19 04:50:21 +0800
commita4f747fec86dc397e3d8043131cabb661bb539d0 (patch)
tree2d316d2d0a7339a8c4fdc3cccc408f48541038f8 /graphics
parent7f5373ff18bceb5a9b47286eb7ee3cb74a15e3a6 (diff)
downloadmarcuscom-ports-a4f747fec86dc397e3d8043131cabb661bb539d0.tar
marcuscom-ports-a4f747fec86dc397e3d8043131cabb661bb539d0.tar.gz
marcuscom-ports-a4f747fec86dc397e3d8043131cabb661bb539d0.tar.bz2
marcuscom-ports-a4f747fec86dc397e3d8043131cabb661bb539d0.tar.lz
marcuscom-ports-a4f747fec86dc397e3d8043131cabb661bb539d0.tar.xz
marcuscom-ports-a4f747fec86dc397e3d8043131cabb661bb539d0.tar.zst
marcuscom-ports-a4f747fec86dc397e3d8043131cabb661bb539d0.zip
Make sure the locale dir is set correctly.
Obtained from: FreeBSD CVS git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@767 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libgnomecanvas/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile
index 294f4a0fa..ed5c40238 100644
--- a/graphics/libgnomecanvas/Makefile
+++ b/graphics/libgnomecanvas/Makefile
@@ -7,6 +7,8 @@
PORTNAME= libgnomecanvas
PORTVERSION= 2.3.0
+#PORTREVISION= 1
+PORTREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3
@@ -27,6 +29,9 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>