[Midnightbsd-cvs] src [11959] trunk/usr.bin/perl/BSDmakefile: force gdbm off

root at midnightbsd.org root at midnightbsd.org
Sun Jul 22 18:23:33 EDT 2018


Revision: 11959
          http://svnweb.midnightbsd.org/src/?rev=11959
Author:   root
Date:     2018-07-22 18:23:32 -0400 (Sun, 22 Jul 2018)
Log Message:
-----------
force gdbm off

Modified Paths:
--------------
    trunk/usr.bin/perl/BSDmakefile

Property Changed:
----------------
    trunk/usr.bin/perl/BSDmakefile

Modified: trunk/usr.bin/perl/BSDmakefile
===================================================================
--- trunk/usr.bin/perl/BSDmakefile	2018-07-22 19:28:42 UTC (rev 11958)
+++ trunk/usr.bin/perl/BSDmakefile	2018-07-22 22:23:32 UTC (rev 11959)
@@ -1,4 +1,4 @@
-# $MidnightBSD: src/usr.bin/perl/BSDmakefile,v 1.18 2013/01/25 03:29:53 laffer1 Exp $
+# $MidnightBSD$
 #
 # This makefile deals with binding perl's build system to our own.
 # It is called BSDmakefile because perl's configure makes a 'Makefile',
@@ -26,7 +26,7 @@
 CONFIGURE_ARGS= -des -Dprefix=/usr -Dsiteprefix=/usr/local -Dvendorprefix=/usr \
 		-Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 \
 		-Dmksymlinks -Dsrc=${SRCDIR} -Duse64bitint -Duseshrplib \
-		-Dusethreads=y -Ulocincpth='' -Ui_gdbm
+		-Dusethreads=y -Ulocincpth='' -Ui_gdbm -Ut_gdbm
 
 .if !defined(TARGET_ARCH)
 TARGET_ARCH!= /usr/bin/uname -p


Property changes on: trunk/usr.bin/perl/BSDmakefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list