summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-04-01 12:45:27 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-04-01 12:45:27 +0000
commit4c875f6715a812afaae693989918dde7b19e6e7f (patch)
tree97d135adceeb98cf5349862c699f6e155c6c76fc /dev-libs/pwlib/files
parentVersion bump. (diff)
downloadhistorical-4c875f6715a812afaae693989918dde7b19e6e7f.tar.gz
historical-4c875f6715a812afaae693989918dde7b19e6e7f.tar.bz2
historical-4c875f6715a812afaae693989918dde7b19e6e7f.zip
housekeeping and fixes
Diffstat (limited to 'dev-libs/pwlib/files')
-rw-r--r--dev-libs/pwlib/files/opts.diff21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-libs/pwlib/files/opts.diff b/dev-libs/pwlib/files/opts.diff
deleted file mode 100644
index 2970d86b2d4d..000000000000
--- a/dev-libs/pwlib/files/opts.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -urN pwlib/make/unix.mak pwlib-modified/make/unix.mak
---- pwlib/make/unix.mak Thu Jun 20 00:49:04 2002
-+++ pwlib-modified/make/unix.mak Tue Jul 23 00:56:39 2002
-@@ -636,7 +636,7 @@
- STDCCFLAGS += -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=0
- STDCCFLAGS += -malign-jumps=0 -malign-loops=0
- else
--STDCCFLAGS += -mcpu=$(CPUTYPE)
-+STDCCFLAGS +=
- endif
- endif
- endif
-@@ -1201,7 +1201,7 @@
-
- else
-
--OPTCCFLAGS += -O3 -DNDEBUG
-+OPTCCFLAGS += -DNDEBUG
- #OPTCCFLAGS += -DP_USE_INLINES=1
- #OPTCCFLAGS += -fconserve-space
- ifneq ($(OSTYPE),Carbon)