diff options
author | danfe <danfe@FreeBSD.org> | 2006-02-21 22:45:40 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-02-21 22:45:40 +0800 |
commit | f139606387945991c0a5fd9b2af6675e68a8acce (patch) | |
tree | 15c7879b8fa736b0c7ffdd1196fcd0a68f6843d9 /devel/asmutils/files | |
parent | 1282aa51766d21dbe459f8b4dbbb58e5fd2eceeb (diff) | |
download | freebsd-ports-gnome-f139606387945991c0a5fd9b2af6675e68a8acce.tar.gz freebsd-ports-gnome-f139606387945991c0a5fd9b2af6675e68a8acce.tar.zst freebsd-ports-gnome-f139606387945991c0a5fd9b2af6675e68a8acce.zip |
- Update to 0.18, first release in >3 years! [1]
- Reorganize Makefile
- Kill pkg-plist
- Axe out implied USE_REINPLACE
Triggered into by: fenner's distfile survey [1]
Diffstat (limited to 'devel/asmutils/files')
-rw-r--r-- | devel/asmutils/files/patch-MCONFIG | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/devel/asmutils/files/patch-MCONFIG b/devel/asmutils/files/patch-MCONFIG index 25ea1fdd8883..4dbe0c311963 100644 --- a/devel/asmutils/files/patch-MCONFIG +++ b/devel/asmutils/files/patch-MCONFIG @@ -1,6 +1,6 @@ --- MCONFIG.orig Fri Mar 15 01:42:46 2002 +++ MCONFIG Sun Feb 8 01:06:18 2004 -@@ -13,11 +13,11 @@ +@@ -13,7 +13,7 @@ # Target operating system. Valid values are: # LINUX FREEBSD OPENBSD NETBSD SOLARIS UNIXWARE BEOS ATHEOS @@ -9,17 +9,12 @@ # Kernel version of target OS (1.2 = 12, 2.4 = 24, 3.6 = 36, etc) +@@ -25,7 +25,7 @@ + # in executable even if it is not present in object file. + # So, if your ld always adds .bss - you can just forget about it. + -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 '.' |