aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/docsis/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/docsis/files/patch-Makefile')
-rw-r--r--net-mgmt/docsis/files/patch-Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-mgmt/docsis/files/patch-Makefile b/net-mgmt/docsis/files/patch-Makefile
deleted file mode 100644
index 986b74873507..000000000000
--- a/net-mgmt/docsis/files/patch-Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.orig Tue Feb 11 15:36:39 2003
-+++ Makefile Thu Feb 27 19:16:03 2003
-@@ -1,6 +1,6 @@
- # Makefile for "docsis" program.
- #
--CC = gcc
-+#CC = gcc
- DEFS = -DYY_NO_UNPUT -DDEBUG
- #
- # We assume net-snmp is installed in /opt/net-snmp. If not, replace with
-@@ -8,8 +8,8 @@
- # -lnetsnmp is NET-SNMP
- # -lcrypto is OpenSSL.
- #
--CFLAGS = -g -Wall -I/opt/net-snmp/include
--LIBS = -L/opt/net-snmp/lib -lnetsnmp -lcrypto -lnsl -lfl -lm
-+CFLAGS += -I${PREFIX}/include -I${OPENSSLINC}
-+LIBS = -L${PREFIX}/lib -L${OPENSSLLIB} -lnetsnmp -lcrypto -lfl -lm
-
- # If you installed NET-SNMP in /usr/local, uncomment the following two lines:
- # CFLAGS = -g -Wall -I/usr/local/include