summaryrefslogtreecommitdiffstats
path: root/gnustep-libs/gnustep-base
diff options
context:
space:
mode:
authorAndraž Levstik2007-04-17 11:50:53 +0200
committerAndraž Levstik2007-04-17 11:50:53 +0200
commit29dbd4de2f1c48b7c5c0123909c855645756c764 (patch)
treef99b499e5a20a958155caf813da9a588dcb831db /gnustep-libs/gnustep-base
parentf5be8da6ba75ad227d220b6b9e1d9e61d29b97c1 (diff)
gnustep-base: update and revamp, forgot a few files
Diffstat (limited to 'gnustep-libs/gnustep-base')
-rwxr-xr-xgnustep-libs/gnustep-base/BUILD2
-rwxr-xr-xgnustep-libs/gnustep-base/PRE_BUILD3
2 files changed, 5 insertions, 0 deletions
diff --git a/gnustep-libs/gnustep-base/BUILD b/gnustep-libs/gnustep-base/BUILD
new file mode 100755
index 0000000000..487b87883a
--- /dev/null
+++ b/gnustep-libs/gnustep-base/BUILD
@@ -0,0 +1,2 @@
+OPTS="--enable-procfs --enable-procfs-psinfo $OPTS" &&
+default_build
diff --git a/gnustep-libs/gnustep-base/PRE_BUILD b/gnustep-libs/gnustep-base/PRE_BUILD
new file mode 100755
index 0000000000..de676e1c03
--- /dev/null
+++ b/gnustep-libs/gnustep-base/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY/NSTimeZones &&
+sedit '65s/tar -xf/tar --no-same-owner -xf/' Makefile.postamble