freebsd-ports/devel/asmutils/files/patch-MCONFIG
Alexey Dokuchaev a58aa858eb - 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]
2006-02-21 14:45:40 +00:00

20 lines
523 B
Text

--- MCONFIG.orig Fri Mar 15 01:42:46 2002
+++ MCONFIG Sun Feb 8 01:06:18 2004
@@ -13,7 +13,7 @@
# Target operating system. Valid values are:
# LINUX FREEBSD OPENBSD NETBSD SOLARIS UNIXWARE BEOS ATHEOS
-OS = LINUX
+OS = FREEBSD
# 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)