aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-12-10 16:37:50 +0800
committerpav <pav@FreeBSD.org>2004-12-10 16:37:50 +0800
commit1b04bf7bf34f1c2069bf342e60812f6a633fd3d8 (patch)
treea75ffce7e01c68735dc204adc7145e95fccaefc6
parent236fe7d1a58b0e96b650f31ebd786c3e7d0f1121 (diff)
downloadfreebsd-ports-graphics-1b04bf7bf34f1c2069bf342e60812f6a633fd3d8.tar.gz
freebsd-ports-graphics-1b04bf7bf34f1c2069bf342e60812f6a633fd3d8.tar.zst
freebsd-ports-graphics-1b04bf7bf34f1c2069bf342e60812f6a633fd3d8.zip
- Augment configure patching
Submitted by: Antoine Brodin <antoine.brodin@laposte.net> Pointy hat to: pav
-rw-r--r--x11/ggiterm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/ggiterm/Makefile b/x11/ggiterm/Makefile
index ffff3f148df..2c2c6ca799d 100644
--- a/x11/ggiterm/Makefile
+++ b/x11/ggiterm/Makefile
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--without-freetype
MAN1= ggiterm.1
post-patch:
- @${REINPLACE_CMD} -e 's|-lggi|-lggi ${PTHREAD_LIBS}|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-lggi |-lggi ${PTHREAD_LIBS} |' ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)