diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2023-11-18 07:53:25 +0100 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-11-18 15:20:44 -0500 |
| commit | e893333a049fb65a595afff686694dda1e40f35c (patch) | |
| tree | d66f0e942fe0e633575c6b3002ceb9a0f5cbb66e /net/drawterm/files/patch-Make.pthread | |
| parent | mail/sympa: update to 6.2.72 (diff) | |
net/drawterm: update to 20230903
- switch to maintained 9front fork
- rework and simplify port
- install man page
- grab maintainership as maintainer wants to hand it over
PR: 258489
Diffstat (limited to 'net/drawterm/files/patch-Make.pthread')
| -rw-r--r-- | net/drawterm/files/patch-Make.pthread | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net/drawterm/files/patch-Make.pthread b/net/drawterm/files/patch-Make.pthread deleted file mode 100644 index 165799784164..000000000000 --- a/net/drawterm/files/patch-Make.pthread +++ /dev/null @@ -1,22 +0,0 @@ ---- Make.pthread.orig 2009-08-26 05:44:41 UTC -+++ Make.pthread -@@ -4,14 +4,14 @@ PTHREAD=-pthread -DPTHREAD - AR=ar - AS=no-as-here - RANLIB=ranlib --X11=/usr/X11R6 --CC=gcc --CFLAGS=-Wall -Wno-missing-braces -ggdb -I$(ROOT) -I$(ROOT)/include -I$(ROOT)/kern -c -I$(X11)/include -D_THREAD_SAFE $(PTHREAD) -O2 -+X11=$(LOCALBASE) -+CC?=cc -+CFLAGS=-Wall -Wno-missing-braces -I$(ROOT) -I$(ROOT)/include -I$(ROOT)/kern -c -I$(X11)/include -D_THREAD_SAFE $(PTHREAD) - O=o - OS=posix - GUI=x11 --LDADD=-L$(X11)/lib64 -L$(X11)/lib -lX11 -ggdb --LDFLAGS=$(PTHREAD) -+LDADD=-L$(X11)/lib64 -L$(X11)/lib -lX11 -+LDFLAGS+=$(PTHREAD) - TARG=drawterm - # AUDIO=none - AUDIO=unix |
