mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
13 lines
278 B
Text
13 lines
278 B
Text
--- module_example/Makefile.orig 2011-11-08 19:36:51 UTC
|
|
+++ module_example/Makefile
|
|
@@ -1,8 +1,8 @@
|
|
# Copyright (c) 2005-2010 Thierry FOURNIER
|
|
# $Id: Makefile 690 2008-03-31 18:36:43Z $
|
|
|
|
-CC = gcc
|
|
-CFLAGS = -Wall -g
|
|
+#CC = gcc
|
|
+CFLAGS = -Wall -g -fPIC
|
|
|
|
all: example.so
|
|
|