diff options
Diffstat (limited to 'astro/xrmap/files/patch-editkit-Imakfile')
-rw-r--r-- | astro/xrmap/files/patch-editkit-Imakfile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/astro/xrmap/files/patch-editkit-Imakfile b/astro/xrmap/files/patch-editkit-Imakfile new file mode 100644 index 0000000..baf9315 --- /dev/null +++ b/astro/xrmap/files/patch-editkit-Imakfile @@ -0,0 +1,26 @@ +--- editkit/Makefile.orig Sun Dec 15 02:50:09 2002 ++++ editkit/Makefile Mon Mar 17 17:01:38 2003 +@@ -12,10 +12,11 @@ + # TWOBUTN paste with button3 click, set selection with button3 drag + # MINIMAL to remove bak files, /usr/share/edmtx and e**rc + # TLL for Terry Loveall personal settings ++PREFIX=/usr/X11R6 ++SHARE_DIR=$(PREFIX)/share/editkit ++INCLUDES=-I$(PREFIX)/include + +-SHARE_DIR=/usr/share/editkit +- +-CFLAGS = -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DNOEDIT -DGREEK -DJUSTIFY -DSHARE_DIR="\"$(SHARE_DIR)\"" ++CFLAGS = -O2 $(INCLUDES) -fomit-frame-pointer -pipe -Wall -DTHREED -DNOEDIT -DGREEK -DJUSTIFY -DSHARE_DIR="\"$(SHARE_DIR)\"" + + #CFLAGS = -O2 -fomit-frame-pointer -pipe -Wall -DMINIMAL -DTWOBUTN -DVERTCURS -DTLL + +@@ -63,7 +64,7 @@ + if [ -x edt ]; then cp -f edt /usr/bin; fi + if [ -x emt ]; then cp -f emt /usr/bin; fi + if [ -x edx ]; then cp -f edx /usr/X11R6/bin; fi +- if [ -x emx ]; then cp -f emx /usr/X11R6/bin; fi ++ if [ -x emx ]; then cp -f emx $(PREFIX)/bin; fi + mkdir -p $(SHARE_DIR) + cp -f rc.example $(SHARE_DIR)/rc.common + cp -f README $(SHARE_DIR) |