summaryrefslogtreecommitdiff
path: root/irc/psybnc/files/patch-Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-06-06 10:21:03 +0000
committerRene Ladan <rene@FreeBSD.org>2020-06-06 10:21:03 +0000
commite94cc77846ad285726a013a17cffec2bfbc55d3a (patch)
tree7509dab9d129204e8f5c0084170b667789bd2437 /irc/psybnc/files/patch-Makefile
parentemulators/qemu: Add NCURSES option (diff)
Remove expired ports:
2020-06-06 net/freerdp1: Superseded by the freerdp port/package 2020-05-05 irc/psybnc: Broken for more than 6 months
Notes
Notes: svn path=/head/; revision=538083
Diffstat (limited to 'irc/psybnc/files/patch-Makefile')
-rw-r--r--irc/psybnc/files/patch-Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/irc/psybnc/files/patch-Makefile b/irc/psybnc/files/patch-Makefile
deleted file mode 100644
index 013844412a81..000000000000
--- a/irc/psybnc/files/patch-Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
---- Makefile.orig 2007-03-20 14:02:50 UTC
-+++ Makefile
-@@ -7,7 +7,7 @@ all: $(OBJS)
- @$(CC) tools/convconf.c -o tools/convconf
- @tools/convconf
- @echo [*] Running Autoconfig.
-- @$(CC) -I. tools/autoconf.c -o tools/autoconf
-+ @$(CC) -I. tools/autoconf.c -o tools/autoconf -DPSYBASE=\"$(PSYBASE)\" -DPREFIX=\"$(PREFIX)\"
- @tools/autoconf
- @echo [*] Compiling MakeSalt for Encryption..
- @$(CC) -I. -o makesalt tools/makesalt.c
-@@ -23,7 +23,7 @@ menuconfig:
- @$(CC) tools/convconf.c -o tools/convconf
- @tools/convconf
- @echo [*] Running Autoconfig.
-- @$(CC) -I. tools/autoconf.c -o tools/autoconf
-+ @$(CC) -I. tools/autoconf.c -o tools/autoconf -DPSYBASE=\"$(PSYBASE)\" -DPREFIX=\"$(PREFIX)\"
- @tools/autoconf
- @echo [*] Creating Menu, please wait.
- @echo This needs the 'ncurses' library. If it is not available, menuconf wont work. If you are using 'curses', use make menuconfig-curses instead.
-@@ -39,7 +39,7 @@ menuconfig-curses:
- @$(CC) tools/convconf.c -o tools/convconf
- @tools/convconf
- @echo [*] Running Autoconfig.
-- @$(CC) -I. tools/autoconf.c -o tools/autoconf
-+ @$(CC) -I. tools/autoconf.c -o tools/autoconf -DPSYBASE=\"$(PSYBASE)\" -DPREFIX=\"$(PREFIX)\"
- @tools/autoconf
- @echo [*] Creating Menu, please wait.
- @echo This needs the 'curses' library. If it is not available, menuconf wont work.