aboutsummaryrefslogtreecommitdiff
path: root/net/nast
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-05-09 19:21:34 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-05-09 19:21:34 +0000
commit1a3a0861881f7c2c9a09e67d259119f7f6bd2f12 (patch)
tree20daa7de4455476f4318a750f3a55d0239f13b9e /net/nast
parentabf909f641227322931d4b6279b2fc62ea16952e (diff)
downloadports-1a3a0861881f7c2c9a09e67d259119f7f6bd2f12.tar.gz
ports-1a3a0861881f7c2c9a09e67d259119f7f6bd2f12.zip
Notes
Diffstat (limited to 'net/nast')
-rw-r--r--net/nast/files/patch-Makefile.in11
-rw-r--r--net/nast/files/patch-configure21
2 files changed, 26 insertions, 6 deletions
diff --git a/net/nast/files/patch-Makefile.in b/net/nast/files/patch-Makefile.in
new file mode 100644
index 000000000000..488fb07edd7c
--- /dev/null
+++ b/net/nast/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Sat May 10 02:15:34 2003
++++ Makefile.in Sat May 10 02:15:43 2003
+@@ -7,7 +7,7 @@
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+-DEFS = -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DLIBNET_LIL_ENDIAN
++DEFS = -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H
+ INSTALL = @INSTALL@
+
+ prefix = @prefix@
diff --git a/net/nast/files/patch-configure b/net/nast/files/patch-configure
index 362b46b4365a..053ba63c93e8 100644
--- a/net/nast/files/patch-configure
+++ b/net/nast/files/patch-configure
@@ -1,5 +1,5 @@
---- configure.orig Wed Apr 23 15:02:33 2003
-+++ configure Wed Apr 23 15:08:08 2003
+--- configure.orig Wed Apr 23 20:24:51 2003
++++ configure Sat May 10 02:19:00 2003
@@ -252,7 +252,7 @@
#
# Initializations.
@@ -42,11 +42,10 @@
CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
else
CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
-@@ -1430,17 +1430,6 @@
- echo "$as_me: WARNING: Your OS seems to be officially unsupported yet" >&2;}
+@@ -1443,17 +1443,6 @@
;;
esac
--
+
-
-################
-# Setup prefix #
@@ -57,6 +56,16 @@
- prefix="/usr/local"
- fi
-
-
+-
#######################
# Checks for compiler #
+ #######################
+@@ -5354,7 +5343,7 @@
+ O.S. .......... : `uname -rs` (`uname -n`)
+ COMPILER ...... : ${CC}
+ CFLAGS ........ : ${CFLAGS}
+-DEFINES ....... : -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DLIBNET_LIL_ENDIAN
++DEFINES ....... : -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H
+ CPPFLAGS ...... : ${CPPFLAGS}
+ LDFLAGS ....... : ${LDFLAGS}
+ LIBS .......... : ${LIBS}