aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-06-20 21:35:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-06-20 21:35:57 +0000
commitcb66a11b63b32d437452fe9fde86e49410b96a82 (patch)
treebbdb784f1647307434aff50d2f9306377e15592f /x11-toolkits
parentd8d5153cdcfaca22a67e54fcab0f2a29069774f0 (diff)
downloadports-cb66a11b63b32d437452fe9fde86e49410b96a82.tar.gz
ports-cb66a11b63b32d437452fe9fde86e49410b96a82.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk-sharp-devel/Makefile4
-rw-r--r--x11-toolkits/gtk-sharp/Makefile4
-rw-r--r--x11-toolkits/gtk-sharp10/Makefile4
-rw-r--r--x11-toolkits/gtk-sharp20/Makefile4
4 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/gtk-sharp-devel/Makefile b/x11-toolkits/gtk-sharp-devel/Makefile
index d20d5db87334..d6b887ebcec0 100644
--- a/x11-toolkits/gtk-sharp-devel/Makefile
+++ b/x11-toolkits/gtk-sharp-devel/Makefile
@@ -30,4 +30,8 @@ post-patch:
${WRKSRC}/parser/gapi2xml.pl \
${WRKSRC}/parser/gapi_pp.pl
+pre-configure:
+ @${FIND} ${WRKSRC} -name '*.config.in' | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|@LIB_PREFIX@.*@LIB_SUFFIX@|.so|g'
+
.include <bsd.port.mk>
diff --git a/x11-toolkits/gtk-sharp/Makefile b/x11-toolkits/gtk-sharp/Makefile
index d20d5db87334..d6b887ebcec0 100644
--- a/x11-toolkits/gtk-sharp/Makefile
+++ b/x11-toolkits/gtk-sharp/Makefile
@@ -30,4 +30,8 @@ post-patch:
${WRKSRC}/parser/gapi2xml.pl \
${WRKSRC}/parser/gapi_pp.pl
+pre-configure:
+ @${FIND} ${WRKSRC} -name '*.config.in' | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|@LIB_PREFIX@.*@LIB_SUFFIX@|.so|g'
+
.include <bsd.port.mk>
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile
index d20d5db87334..d6b887ebcec0 100644
--- a/x11-toolkits/gtk-sharp10/Makefile
+++ b/x11-toolkits/gtk-sharp10/Makefile
@@ -30,4 +30,8 @@ post-patch:
${WRKSRC}/parser/gapi2xml.pl \
${WRKSRC}/parser/gapi_pp.pl
+pre-configure:
+ @${FIND} ${WRKSRC} -name '*.config.in' | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|@LIB_PREFIX@.*@LIB_SUFFIX@|.so|g'
+
.include <bsd.port.mk>
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile
index d20d5db87334..d6b887ebcec0 100644
--- a/x11-toolkits/gtk-sharp20/Makefile
+++ b/x11-toolkits/gtk-sharp20/Makefile
@@ -30,4 +30,8 @@ post-patch:
${WRKSRC}/parser/gapi2xml.pl \
${WRKSRC}/parser/gapi_pp.pl
+pre-configure:
+ @${FIND} ${WRKSRC} -name '*.config.in' | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|@LIB_PREFIX@.*@LIB_SUFFIX@|.so|g'
+
.include <bsd.port.mk>