diff options
author | hubertf <hubertf> | 1998-02-09 00:09:25 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-09 00:09:25 +0000 |
commit | 20d7d1bae7793d78281c006b8a07ac57cfab2a63 (patch) | |
tree | 78a7fa4980cbe246cee22c8e0be9206a4e994a14 /x11 | |
parent | 35ddc93fa6d8e5a7fe834dd78de2563650a8a9e3 (diff) | |
download | pkgsrc-20d7d1bae7793d78281c006b8a07ac57cfab2a63.tar.gz |
Fix stripping of binaries (caused by fixing PR4884)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/windowmaker/Makefile | 13 | ||||
-rw-r--r-- | x11/windowmaker/patches/patch-ac | 13 |
2 files changed, 20 insertions, 6 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index 4054d3c40f7..79f090c660d 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -4,7 +4,7 @@ # Whom: handy@physics.montana.edu (FreeBSD) # explorer@netbsd.org (NetBSD) # -# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:47 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/02/09 00:13:19 hubertf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/11/04 10:33:43 tg Exp # @@ -16,13 +16,14 @@ MASTER_SITES= http://isolation.ml.org/oxygen/wm/bin/ \ MAINTAINER= handy@physics.montana.edu -LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm \ - png.0.:${PORTSDIR}/graphics/png \ - jpeg.7.:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ + png\\.0\\.:${PORTSDIR}/graphics/png \ + jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg USE_X11= yes GNU_CONFIGURE= yes -STRIP= -CONFIGURE_ARGS+= --includedir=${LOCALBASE}/include +#STRIP= +MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" +CONFIGURE_ARGS+= --includedir=${PREFIX}/include .include <bsd.port.mk> diff --git a/x11/windowmaker/patches/patch-ac b/x11/windowmaker/patches/patch-ac new file mode 100644 index 00000000000..2a0a6c1c2dc --- /dev/null +++ b/x11/windowmaker/patches/patch-ac @@ -0,0 +1,13 @@ +--- util/Makefile.in.orig Sat Feb 7 21:40:49 1998 ++++ util/Makefile.in Sat Feb 7 21:46:53 1998 +@@ -78,8 +78,8 @@ + $(INSTALL_BIN) -s savews $(bindir) + $(INSTALL_BIN) -s wxcopy $(bindir) + $(INSTALL_BIN) -s wxpaste $(bindir) +- $(INSTALL_BIN) dockapp $(bindir) +- $(INSTALL_BIN) wmaker.inst $(bindir) ++ $(INSTALL_SCRIPT) dockapp $(bindir) ++ $(INSTALL_SCRIPT) wmaker.inst $(bindir) + + + clean: |