1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/deskutils/xrolo/files/patch-aa
Steve Price 97b24974af Initial import of xrolo version 2.6.
This is an Xview port of Ron Hitchens rolo tool.

PR:		9409
Submitted by:	Lars Koeller <lkoeller@cc.fh-lippe.de>
1999-01-18 04:16:22 +00:00

66 lines
2.5 KiB
Plaintext

*** 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))