mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
72dcac03b7
- Strip binaries. - Regenerate patch files by make makepatch.
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
--- 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
|
|
|