diff options
author | marcel <marcel@FreeBSD.org> | 2003-03-17 00:08:47 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-03-17 00:08:47 +0000 |
commit | 86c427b4c189042ac44153bde3ac62f976e418c4 (patch) | |
tree | 34b9ab2c5c1870a44be6680d2ba84056848c0226 /gnu/lib | |
parent | 1ff2d4dcb15dd93f96e9c6b358020a44028b362c (diff) | |
download | FreeBSD-src-86c427b4c189042ac44153bde3ac62f976e418c4.zip FreeBSD-src-86c427b4c189042ac44153bde3ac62f976e418c4.tar.gz |
Forced non-forced commit by adding a comment mentioning what the
previous commit log should have mentioned:
PR: ia64/49081
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libobjc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile index c8b29d6..d8052cd 100644 --- a/gnu/lib/libobjc/Makefile +++ b/gnu/lib/libobjc/Makefile @@ -18,6 +18,7 @@ INCS= encoding.h hash.h objc-api.h objc-list.h objc.h runtime.h \ sarray.h thr.h typedstream.h NXConstStr.h Object.h Protocol.h INCSDIR=${INCLUDEDIR}/objc +# PR ia64/49081 .if ${MACHINE_ARCH} == "ia64" CFLAGS+= -fpic .endif |