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-aa | |
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>
Notes
Notes:
svn path=/head/; revision=73500
Diffstat (limited to 'mail/faces/files/patch-aa')
-rw-r--r-- | mail/faces/files/patch-aa | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/mail/faces/files/patch-aa b/mail/faces/files/patch-aa index 6024a701f4fd..a8d6ce91cf1b 100644 --- a/mail/faces/files/patch-aa +++ b/mail/faces/files/patch-aa @@ -1,16 +1,19 @@ -diff -c -N ../faces/Faces.ad ./Faces.ad -*** ../faces/Faces.ad Mon Jul 1 03:25:46 1991 ---- ./Faces.ad Tue Dec 10 19:07:26 1996 +*** faces/Makefile.in.orig Tue Mar 5 21:07:46 2002 +--- faces/Makefile.in Tue Mar 5 21:08:06 2002 *************** -*** 13,17 **** - faces.displayHostname: false +*** 116,122 **** - faces.audioSupport: false -! faces.audioCommand: play - faces.bellAudioFile: ---- 13,17 ---- - faces.displayHostname: false + bin_PROGRAMS = faces + +! @DNSLOOKUP_TRUE@resolv = -lresolv + faces_LDADD = @GTK_LIBS@ $(INTLLIBS) @X_LIBS@ \ + -lX11 -L../compface -lcompface $(resolv) + +--- 116,122 ---- + + bin_PROGRAMS = faces + +! #@DNSLOOKUP_TRUE@resolv = -lresolv + faces_LDADD = @GTK_LIBS@ $(INTLLIBS) @X_LIBS@ \ + -lX11 -L../compface -lcompface $(resolv) - faces.audioSupport: false -! faces.audioCommand: rplay - faces.bellAudioFile: |