diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-02-16 02:32:15 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-02-16 02:32:15 +0000 |
commit | 937be9d99c8969388a84a6b65f72ce8967de8be3 (patch) | |
tree | 97d5ac0d5b4281fd39726d3d899580a95d513a33 /net/drawterm/files | |
parent | a8d4c9422e0c626482612403c29247627c316bbb (diff) | |
download | ports-937be9d99c8969388a84a6b65f72ce8967de8be3.tar.gz ports-937be9d99c8969388a84a6b65f72ce8967de8be3.zip |
Add port net/drawterm: a program that users of non-Plan 9 systems can use to establish graphical cpu(1) connections with
Plan 9 CPU servers
PR: ports/163886
Submitted by: Winston Weinert <winstonw@lavabit.com> (maintainer)
Approved by: gabor (mentor, implicit)
Feature safe: Yes
Notes
Notes:
svn path=/head/; revision=291503
Diffstat (limited to 'net/drawterm/files')
-rw-r--r-- | net/drawterm/files/patch-Make.pthread | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/drawterm/files/patch-Make.pthread b/net/drawterm/files/patch-Make.pthread new file mode 100644 index 000000000000..d3c7433c9dfa --- /dev/null +++ b/net/drawterm/files/patch-Make.pthread @@ -0,0 +1,22 @@ +--- Make.pthread.orig 2009-08-26 00:44:41.000000000 -0500 ++++ Make.pthread 2012-02-15 14:04:26.020899861 -0600 +@@ -4,14 +4,14 @@ + 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 |