diff options
author | tron <tron@pkgsrc.org> | 2001-12-26 11:12:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-12-26 11:12:53 +0000 |
commit | 6aa88ebdb9684fe359bd631742838e818af81e69 (patch) | |
tree | 4409e9be6da01406479d2f22d0901b1aa1412739 /converters/xdeview | |
parent | 9f01f3345221f54fbb2f8b1bf742183d0ebbd750 (diff) | |
download | pkgsrc-6aa88ebdb9684fe359bd631742838e818af81e69.tar.gz |
Fix build problem with version 8.3.4 of the "tk" package.
Diffstat (limited to 'converters/xdeview')
-rw-r--r-- | converters/xdeview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index 09092bc5f7c..025454e47fd 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/06/11 06:34:23 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2001/12/26 11:12:53 tron Exp $ # DISTNAME= uudeview-0.5.15 @@ -17,7 +17,7 @@ USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tcl="${LOCALBASE}" --enable-tk="${LOCALBASE}" # Season to taste --- anything over tcl7.5 -LDFLAGS+= -s +LDFLAGS+= -s -lX11 CPPFLAGS+= -I${LOCALBASE}/include ALL_TARGET= xdeview |