mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
de029b7c1b
- unbreak on amd64
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
--- module_example/Makefile.orig 2008-03-31 11:36:42.000000000 -0700
|
|
+++ module_example/Makefile 2008-04-22 11:40:52.000000000 -0700
|
|
@@ -2,7 +2,7 @@
|
|
# $Id: Makefile 690 2008-03-31 18:36:43Z $
|
|
|
|
CC = gcc
|
|
-CFLAGS = -Wall -g
|
|
+CFLAGS = -Wall -g -fPIC
|
|
|
|
all: example.so
|
|
|