1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

User -fPIC

Submitted by:	bento
This commit is contained in:
Tilman Keskinoz 2003-07-17 21:42:21 +00:00
parent 22d0b2de76
commit 1bbabfe320
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85068

View File

@ -2,7 +2,7 @@
+++ Makefile Fri Nov 24 14:42:09 2000
@@ -1 +1 @@
-CFLAGS = -O2 -Wall
+CFLAGS += -Wall
+CFLAGS += -Wall -fPIC
@@ -7,3 +7,3 @@
-BINDIR = /usr/local/bin
-LIBDIR = /usr/local/lib