aboutsummaryrefslogtreecommitdiffstats
path: root/devel/asmutils/files
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-02-08 01:24:16 +0800
committerleeym <leeym@FreeBSD.org>2004-02-08 01:24:16 +0800
commite24dbcf1aacaa60c72f973456a9238e7b3cf416d (patch)
tree21672de3113b3d64ed7a04d6ed4b65011bfa64fe /devel/asmutils/files
parentfee233751aa1ae0fc65c4656fd9768f3acecfe3d (diff)
downloadfreebsd-ports-gnome-e24dbcf1aacaa60c72f973456a9238e7b3cf416d.tar.gz
freebsd-ports-gnome-e24dbcf1aacaa60c72f973456a9238e7b3cf416d.tar.zst
freebsd-ports-gnome-e24dbcf1aacaa60c72f973456a9238e7b3cf416d.zip
update to asmutils-0.17, keep up with nasm-0.98.38, and unbreak this port.
Diffstat (limited to 'devel/asmutils/files')
-rw-r--r--devel/asmutils/files/patch-MCONFIG22
1 files changed, 16 insertions, 6 deletions
diff --git a/devel/asmutils/files/patch-MCONFIG b/devel/asmutils/files/patch-MCONFIG
index 274c24850911..25ea1fdd8883 100644
--- a/devel/asmutils/files/patch-MCONFIG
+++ b/devel/asmutils/files/patch-MCONFIG
@@ -1,15 +1,25 @@
---- MCONFIG.orig Sat Mar 10 21:03:55 2001
-+++ MCONFIG Sat Mar 10 21:04:12 2001
-@@ -12,11 +12,11 @@
-
- # Target Operating System (LINUX/FREEBSD/NETBSD/OPENBSD/BEOS/ATHEOS/LIBC)
+--- MCONFIG.orig Fri Mar 15 01:42:46 2002
++++ MCONFIG Sun Feb 8 01:06:18 2004
+@@ -13,11 +13,11 @@
+ # Target operating system. Valid values are:
+ # LINUX FREEBSD OPENBSD NETBSD SOLARIS UNIXWARE BEOS ATHEOS
-OS = LINUX
+OS = FREEBSD
- # Kernel version (1.2 = 12, 2.4 = 24, 3.6 = 36, etc)
+ # Kernel version of target OS (1.2 = 12, 2.4 = 24, 3.6 = 36, etc)
-KERNEL = 24
+KERNEL = %%KERNEL%%
# Optimization method (SIZE/SPEED)
+
+@@ -93,7 +93,7 @@
+
+ ASVER := $(shell $(AS) -r | cut -d ' ' -f 3)
+ #LDVER := $(shell $(LD) -v | cut -d ' ' -f 4)
+-CORRECT_ASVER = 0.98
++CORRECT_ASVER = 0.98.38
+
+ #
+ # avoid using asmutils during the build process if PATH has '.'