summaryrefslogtreecommitdiff
path: root/sysutils/cdrtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-09-06 23:44:39 +0000
committerwiz <wiz@pkgsrc.org>2008-09-06 23:44:39 +0000
commit30ebaf399958e52f0127ccd0bf5e43cb390c8af1 (patch)
tree5a68357abd571c1c37eda777de615467a1cfc20b /sysutils/cdrtools
parent9fa34014ed91ef29e6e6d5966a21118bc75d6024 (diff)
downloadpkgsrc-30ebaf399958e52f0127ccd0bf5e43cb390c8af1.tar.gz
Add a comment how to create shared libraries.
Diffstat (limited to 'sysutils/cdrtools')
-rw-r--r--sysutils/cdrtools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile
index 55229b728bb..8355f702ed1 100644
--- a/sysutils/cdrtools/Makefile
+++ b/sysutils/cdrtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2008/09/06 13:31:07 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2008/09/06 23:44:39 wiz Exp $
DISTNAME= cdrtools-2.01.01a48
PKGNAME= cdrtools-2.01.01.48
@@ -31,6 +31,9 @@ MAKE_ENV+= MAKEPROG="gmake"
MAKE_ENV+= COPTX=${CFLAGS:Q}
MAKE_ENV+= LDOPTX=${LDFLAGS:Q}
MAKE_ENV+= INS_BASE=${PREFIX:Q}
+# do we want to compile shared libraries?
+# needs changes in the install target and PLIST
+#MAKE_ENV+= LINKMODE=dynamic
# if we're using a gcc which is named gcc, we need to set CCOM=gcc
# in MAKE_ENV so the make infrastructure picks the right options.