summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-12-13 03:53:10 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-12-13 03:53:10 +0800
commit298ab1c5a7113eae2b7049c2160ec52c50243a78 (patch)
tree52fa865140d3c6eaa9580531cd849ece85d651a8 /x11-toolkits/gtk20/Makefile
parent86c57230a5f90e8824afb667d60d619d7a419259 (diff)
downloadmarcuscom-ports-298ab1c5a7113eae2b7049c2160ec52c50243a78.tar
marcuscom-ports-298ab1c5a7113eae2b7049c2160ec52c50243a78.tar.gz
marcuscom-ports-298ab1c5a7113eae2b7049c2160ec52c50243a78.tar.bz2
marcuscom-ports-298ab1c5a7113eae2b7049c2160ec52c50243a78.tar.lz
marcuscom-ports-298ab1c5a7113eae2b7049c2160ec52c50243a78.tar.xz
marcuscom-ports-298ab1c5a7113eae2b7049c2160ec52c50243a78.tar.zst
marcuscom-ports-298ab1c5a7113eae2b7049c2160ec52c50243a78.zip
Update to 2.1.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@286 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r--x11-toolkits/gtk20/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index fbb753d29..86fcb8183 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtk
-PORTVERSION= 2.1.3
+PORTVERSION= 2.1.4
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.1,} \
ftp://ftp.gtk.org/pub/gtk/v2.0/ \
@@ -51,6 +51,10 @@ post-patch:
xargs ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g'
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|Xft\.h|Xft2.h|g'
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \
+ ${WRKSRC}/po/Makefile.in.in
pre-build:
${RM} -rf ${WRKSRC}/docs/gtk.info*