diff options
Diffstat (limited to 'deskutils/xrolo/files/patch-Imakefile')
-rw-r--r-- | deskutils/xrolo/files/patch-Imakefile | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/deskutils/xrolo/files/patch-Imakefile b/deskutils/xrolo/files/patch-Imakefile deleted file mode 100644 index 8a6067b6b768..000000000000 --- a/deskutils/xrolo/files/patch-Imakefile +++ /dev/null @@ -1,65 +0,0 @@ -*** Imakefile.orig Tue Dec 3 23:29:46 1991 ---- Imakefile Sat Jan 9 23:01:51 1999 -*************** -*** 9,15 **** - # patching ol_button.c. see README for details. - # LOCAL_LIBRARIES = -lxview -lolgx - -! CDEBUGFLAGS = -g - SRCS = main.c panel.c cards.c popup.c send_mail.c soundex.c phone.c - OBJS = main.o panel.o cards.o popup.o send_mail.o soundex.o phone.o - INCLUDES = -I$$OPENWINHOME/include ---- 9,15 ---- - # patching ol_button.c. see README for details. - # LOCAL_LIBRARIES = -lxview -lolgx - -! # CDEBUGFLAGS = -g - SRCS = main.c panel.c cards.c popup.c send_mail.c soundex.c phone.c - OBJS = main.o panel.o cards.o popup.o send_mail.o soundex.o phone.o - INCLUDES = -I$$OPENWINHOME/include -*************** -*** 24,35 **** - # in DEFINES if your system is not a sparcstation w/ installed - # sound libraries. - -! MAILER = /bin/mail - VERSION = 2.0 -! SOUNDS = /usr/local/lib/sounds # or /usr/demo/SOUNDS/sounds - DEFINES = -DSTANDALONE -DMAILER=\"$(MAILER)\" -DVERSION=\"$(VERSION)\" \ - # -Wf,-XNl4096 # -DSOUNDS=\"$(SOUNDS)\" # -DOL - - # - # comment this out if you do not have SOUNDS defined above - #AUDIOLIB = -laudio -lm ---- 24,37 ---- - # in DEFINES if your system is not a sparcstation w/ installed - # sound libraries. - -! MAILER = /usr/bin/mail - VERSION = 2.0 -! SOUNDS = /usr/local/share/sounds # or /usr/demo/SOUNDS/sounds - DEFINES = -DSTANDALONE -DMAILER=\"$(MAILER)\" -DVERSION=\"$(VERSION)\" \ -+ -DDONT_USE_MALLOC_LIST - # -Wf,-XNl4096 # -DSOUNDS=\"$(SOUNDS)\" # -DOL - -+ - # - # comment this out if you do not have SOUNDS defined above - #AUDIOLIB = -laudio -lm -*************** -*** 38,44 **** - # linking against openlook libraries on suns after patching ol_button.c. - # see README for details. - #LOCAL_LIBRARIES = -L$$OPENWINHOME/lib -lxview -Bstatic -lolgx -Bdynamic $(AUDIOLIB) -! LOCAL_LIBRARIES = -L$$OPENWINHOME/lib -lxview -lolgx $(AUDIOLIB) - AllTarget(xrolo) - NormalProgramTarget(xrolo,$(OBJS),$(DEPLIBS), $(LOCAL_LIBRARIES), $(XLIB)) - InstallProgram(xrolo, $(BINDIR)) ---- 40,46 ---- - # linking against openlook libraries on suns after patching ol_button.c. - # see README for details. - #LOCAL_LIBRARIES = -L$$OPENWINHOME/lib -lxview -Bstatic -lolgx -Bdynamic $(AUDIOLIB) -! LOCAL_LIBRARIES = -L$$OPENWINHOME/lib -lxview -lolgx $(AUDIOLIB) -lgnuregex - AllTarget(xrolo) - NormalProgramTarget(xrolo,$(OBJS),$(DEPLIBS), $(LOCAL_LIBRARIES), $(XLIB)) - InstallProgram(xrolo, $(BINDIR)) |