diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 16:16:42 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 16:16:42 +0000 |
commit | 98bf9511846b91dc76444ad4253758e298d8232c (patch) | |
tree | be364c0e0b6245061baa1609090d162cf988acb7 /mail/faces/files/patch-ca | |
parent | o) Remove of libhelp, which would never compile with current motif (diff) |
o) Update to nearly complete rewritten faces-1.7.7 port
o) This port now includes xfaces functionality -> remove xfaces port
o) Support for different audio systems when building the port
PR: ports/35578, ports/35617
Submitted by: Alan Eldridge <ports@geeksrus.net>
Diffstat (limited to 'mail/faces/files/patch-ca')
-rw-r--r-- | mail/faces/files/patch-ca | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/mail/faces/files/patch-ca b/mail/faces/files/patch-ca deleted file mode 100644 index 2491ed818d9b..000000000000 --- a/mail/faces/files/patch-ca +++ /dev/null @@ -1,37 +0,0 @@ ---- filters/Makefile.orig Wed Oct 23 19:26:14 1991 -+++ filters/Makefile Sat Mar 10 15:37:37 2001 -@@ -32,10 +32,9 @@ - - BINARIES = icon2ikon ikon2icon rs2icon - --CC = cc -+CC ?= cc - CDEFS = $(NOINDEX) $(SYSV) --CCOMP = -g --CFLAGS = $(CCOMP) $(CDEFS) -+CFLAGS += $(CCOMP) $(CDEFS) - - all: $(BINARIES) - -@@ -55,12 +54,12 @@ - rm -f *.o $(BINARIES) - - install: $(BINARIES) -- install -s -m 751 icon2ikon $(BINDIR) -- install -s -m 751 ikon2icon $(BINDIR) -- install -s -m 751 rs2icon $(BINDIR) -- install -c -m 755 fs2ikon $(BINDIR) -- install -c -m 755 fs2xbm $(BINDIR) -- install -c -m 755 ikon2xbm $(BINDIR) -- install -c -m 755 xbm2ikon $(BINDIR) -- install -c -m 755 xbmcut48 $(BINDIR) -- install -c -m 755 xbmsize48 $(BINDIR) -+ install -s -o bin -m 751 icon2ikon $(BINDIR) -+ install -s -o bin -m 751 ikon2icon $(BINDIR) -+ install -s -o bin -m 751 rs2icon $(BINDIR) -+ install -c -o bin -m 755 fs2ikon $(BINDIR) -+ install -c -o bin -m 755 fs2xbm $(BINDIR) -+ install -c -o bin -m 755 ikon2xbm $(BINDIR) -+ install -c -o bin -m 755 xbm2ikon $(BINDIR) -+ install -c -o bin -m 755 xbmcut48 $(BINDIR) -+ install -c -o bin -m 755 xbmsize48 $(BINDIR) |