pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/cdrtools Add a comment how to create shared l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b80018abd960
branches:  trunk
changeset: 546706:b80018abd960
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 06 23:44:39 2008 +0000

description:
Add a comment how to create shared libraries.

diffstat:

 sysutils/cdrtools/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r fd55c45b1907 -r b80018abd960 sysutils/cdrtools/Makefile
--- a/sysutils/cdrtools/Makefile        Sat Sep 06 23:29:35 2008 +0000
+++ b/sysutils/cdrtools/Makefile        Sat Sep 06 23:44:39 2008 +0000
@@ -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+=     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.



Home | Main Index | Thread Index | Old Index