summaryrefslogtreecommitdiff
path: root/gnu/lib/libobjc
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2003-03-17 00:08:47 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2003-03-17 00:08:47 +0000
commitf35f81b703b31f82f39de4c95f2289a627ffb0e3 (patch)
tree34b9ab2c5c1870a44be6680d2ba84056848c0226 /gnu/lib/libobjc
parent5fa5746d3d7741c04316a2970052ae97c89a5004 (diff)
Notes
Diffstat (limited to 'gnu/lib/libobjc')
-rw-r--r--gnu/lib/libobjc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile
index c8b29d6e0cd4..d8052cde704d 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