summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Villavicencio <the_paya@gentoo.org>2010-10-27 04:49:07 -0300
committerJavier Villavicencio <the_paya@gentoo.org>2010-10-27 04:49:07 -0300
commite100db567eafb82442c76ac8dbfeabf5fa3c84bc (patch)
treeada5529cbfb624be14953da908410de116a4748a /sys-netbsd/netbsd-ubin/files/netbsd-ubin-5.0-Makefile-gnu.patch
parentAdded Manifests and files subdirs (diff)
downloadgentoo-bsd-e100db567eafb82442c76ac8dbfeabf5fa3c84bc.tar.gz
gentoo-bsd-e100db567eafb82442c76ac8dbfeabf5fa3c84bc.tar.bz2
gentoo-bsd-e100db567eafb82442c76ac8dbfeabf5fa3c84bc.zip
Relayout the repo as a portage overlay.
Diffstat (limited to 'sys-netbsd/netbsd-ubin/files/netbsd-ubin-5.0-Makefile-gnu.patch')
-rw-r--r--sys-netbsd/netbsd-ubin/files/netbsd-ubin-5.0-Makefile-gnu.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-netbsd/netbsd-ubin/files/netbsd-ubin-5.0-Makefile-gnu.patch b/sys-netbsd/netbsd-ubin/files/netbsd-ubin-5.0-Makefile-gnu.patch
new file mode 100644
index 0000000..d29ac51
--- /dev/null
+++ b/sys-netbsd/netbsd-ubin/files/netbsd-ubin-5.0-Makefile-gnu.patch
@@ -0,0 +1,25 @@
+--- Makefile.orig 2009-08-11 18:54:47.000000000 +0200
++++ Makefile 2009-08-11 19:00:18.000000000 +0200
+@@ -3,7 +3,7 @@
+ # for OBJECT_FMT
+ .include <bsd.own.mk>
+
+-SUBDIR+= bc
++#SUBDIR+= bc
+ .if ${MKBINUTILS} != "no"
+ SUBDIR+= binutils
+ .endif
+@@ -11,10 +11,9 @@
+ .if ${MKCVS} != "no"
+ SUBDIR+= xcvs
+ .endif
+-SUBDIR+= dc diffutils gkermit grep
+-SUBDIR+= groff rcs send-pr texinfo
+-
+-SUBDIR+= gettext
++#SUBDIR+= dc diffutils grep
++#SUBDIR+= groff rcs texinfo gettext
++SUBDIR+= gkermit send-pr
+
+ .if ${MKGDB} != "no"
+ .if ${HAVE_GDB} == "6"