summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2018-06-04 23:54:59 +0000
committerminskim <minskim@pkgsrc.org>2018-06-04 23:54:59 +0000
commit8dca9ed8b1ac552d5c41044aa2f3d88f3fb6a096 (patch)
treea1003d041914dd4c036f776b113a97b246c30dc9 /doc/pkgsrc.txt
parent6a16c0769f7592cfced3c54c2ab3e5d3e0b101d7 (diff)
downloadpkgsrc-8dca9ed8b1ac552d5c41044aa2f3d88f3fb6a096.tar.gz
Fix an error in the example of BUILDLINK_TRANSFORM
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index bbd820f1464..2f37aa23113 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -2891,7 +2891,7 @@ quite large, I didn't want to fix it. So I added the following to the package
Makefile and tried again:
CPPFLAGS+= -I${BUILDLINK_PREFIX.libIDL}/include/libIDL-2.0
-BUILDLINK_TRANSFORM+= -l:IDL:IDL-2
+BUILDLINK_TRANSFORM+= l:IDL:IDL-2
The latter line is needed because the package expects the library libIDL.so,
but only libIDL-2.so is available. So I told the compiler wrapper to rewrite