aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-11-13 08:06:50 +0800
committerpav <pav@FreeBSD.org>2007-11-13 08:06:50 +0800
commit935839a1862fa806c8cc091f5542f6d3b6d92d6c (patch)
treecc976a6c2767bfd290ed065bd6561943e037622a /graphics
parent0a57ed7610b6f2a46b984cbe06730d37265cb4fd (diff)
downloadfreebsd-ports-gnome-935839a1862fa806c8cc091f5542f6d3b6d92d6c.tar.gz
freebsd-ports-gnome-935839a1862fa806c8cc091f5542f6d3b6d92d6c.tar.zst
freebsd-ports-gnome-935839a1862fa806c8cc091f5542f6d3b6d92d6c.zip
- Fix build: extconf now inserts -L'.' into Makefile for some reason; bandaid
Reported by: pointyhat Approved by: portmgr (hat)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ruby-libpng/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/ruby-libpng/Makefile b/graphics/ruby-libpng/Makefile
index bcd6d338762f..85bb9402a8f9 100644
--- a/graphics/ruby-libpng/Makefile
+++ b/graphics/ruby-libpng/Makefile
@@ -36,6 +36,9 @@ EXAMPLES_EN= es.png png.rb pngtest.rb pngtest.sh \
sample/4.png sample/5.png sample/6.png sample/7.png \
sample/8.png sample/9.png sample/pngcat.rb
+post-configure:
+ @${REINPLACE_CMD} -e "s| -L'.'||" ${WRKSRC}/Makefile
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}