pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/xcircuit Remove needless CONFIGURE_ARGS and LDFLAG...
details: https://anonhg.NetBSD.org/pkgsrc/rev/97753b8b475b
branches: trunk
changeset: 643366:97753b8b475b
user: obache <obache%pkgsrc.org@localhost>
date: Mon Dec 15 09:05:32 2014 +0000
description:
Remove needless CONFIGURE_ARGS and LDFLAGS settings.
diffstat:
cad/xcircuit/Makefile | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (27 lines):
diff -r e66711bbaa4b -r 97753b8b475b cad/xcircuit/Makefile
--- a/cad/xcircuit/Makefile Mon Dec 15 09:00:32 2014 +0000
+++ b/cad/xcircuit/Makefile Mon Dec 15 09:05:32 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2014/12/15 08:58:52 obache Exp $
+# $NetBSD: Makefile,v 1.43 2014/12/15 09:05:32 obache Exp $
DISTNAME= xcircuit-3.7.50
PKGREVISION= 2
@@ -18,7 +18,6 @@
.include "../../lang/tcl/Makefile.version"
.include "../../x11/tk/Makefile.version"
-CONFIGURE_ARGS+=--prefix=${PREFIX}
CONFIGURE_ARGS+=--with-tcl=${BUILDLINK_PREFIX.tcl}/lib
CONFIGURE_ARGS+=--with-tk=${BUILDLINK_PREFIX.tk}/lib
CONFIGURE_ARGS+=--with-tclincls=${BUILDLINK_PREFIX.tcl}/include
@@ -26,9 +25,6 @@
CONFIGURE_ARGS+=--with-tkincls=${BUILDLINK_PREFIX.tk}/include
CONFIGURE_ARGS+=--with-tklibs=${BUILDLINK_PREFIX.tk}/lib
#CFLAGS+= -DBUILTINS_DIR=${PREFIX}/lib/${DISTNAME:C/\.[^\.]*$//}
-LDFLAGS+= -ltcl${TCL_VERSION:C/\.[^\.]*$//:C/\.//g}
-LDFLAGS+= -ltk${TK_VERSION:C/\.[^\.]*$//:C/\.//g}
-LDFLAGS+= -L${LOCALBASE}/lib
BUILD_TARGET= tcl
INSTALL_TARGET= install-tcl
Home |
Main Index |
Thread Index |
Old Index