diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-02 21:03:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-02 21:03:02 +0000 |
commit | 1442a19b0f648d77a98f7c5f84222cf3698d7d40 (patch) | |
tree | aa3fe4e83d9e7a750505b1926ea11aeaba04d47c /pkgtools/xpkgwedge/files | |
parent | a6e2cd6cdcd7dc36c0333ab1d984d3ae6a6b9261 (diff) | |
download | pkgsrc-1442a19b0f648d77a98f7c5f84222cf3698d7d40.tar.gz |
Update xpkgwedge to 1.5. This version factored out the buildlink logic
into a separate package (buildlink-x11) usable even without xpkgwedge
installed.
Diffstat (limited to 'pkgtools/xpkgwedge/files')
-rw-r--r-- | pkgtools/xpkgwedge/files/xpkgwedge.def | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/pkgtools/xpkgwedge/files/xpkgwedge.def b/pkgtools/xpkgwedge/files/xpkgwedge.def index 71d5962514a..70d39eda0fb 100644 --- a/pkgtools/xpkgwedge/files/xpkgwedge.def +++ b/pkgtools/xpkgwedge/files/xpkgwedge.def @@ -1,4 +1,4 @@ -/* $NetBSD: xpkgwedge.def,v 1.7 2001/07/01 21:13:21 jlam Exp $ */ +/* $NetBSD: xpkgwedge.def,v 1.8 2001/07/02 21:03:02 jlam Exp $ */ #ifdef AfterVendorCF @@ -63,34 +63,4 @@ InstallNamedTargetNoClobber(install,file.ad,$(INSTAPPFLAGS),$(XAPPLOADDIR),class #define ImakeCmd imake -I$(PREFIX)/lib/X11/config #endif -#ifdef BuildLink -/* - * Force the buildlink include and lib directories to the head of the - * compiler search paths. The include directory is added through the - * C{,plusplus}DebugFlags, which are the first options given to the - * compiler. It is _required_ that BUILDLINK_DIR be defined in the - * environment. - */ -#ifdef UseInstalled -# ifndef BuildLinkCppFlags -# define BuildLinkCppFlags -I$(BUILDLINK_DIR)/include $(PKGSRC_CPPFLAGS) -# endif -# ifndef BuildLinkLdFlags -# define BuildLinkLdFlags -L$(BUILDLINK_DIR)/lib -# endif -# undef DependFlags -# define DependFlags BuildLinkCppFlags -# undef OptimizedCDebugFlags -# define OptimizedCDebugFlags -O2 BuildLinkCppFlags $(PKGSRC_CFLAGS) -# undef OptimizedCplusplusDebugFlags -# define OptimizedCplusplusDebugFlags -O2 BuildLinkCppFlags $(PKGSRC_CXXFLAGS) -# undef LdPreLib -# define LdPreLib BuildLinkLdFlags -# undef LdPostLib -# define LdPostLib BuildLinkLdFlags -# undef ImakeCmd -# define ImakeCmd imake -DBuildLink -I$(PREFIX)/lib/X11/config -#endif -#endif /* BuildLink */ - #endif /* AfterVendorCF */ |