summaryrefslogtreecommitdiff
path: root/multimedia/vlc/files/patch-Makefile.opts.in
blob: 23b7d5b96c224c0ad25cc4519a7592a73bb7b43c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- Makefile.opts.in.orig	Tue Aug  7 19:55:49 2001
+++ Makefile.opts.in	Sun Aug 12 15:01:13 2001
@@ -200,6 +200,7 @@
 CFLAGS += -fnative-struct -D_OFF_T_ -D_off_t=long
 endif
 
+ifeq ($(MODIFY_CFLAGS),1)
 ifneq (,$(findstring bsd,$(SYS)))
 CFLAGS += -pthread
 endif
@@ -235,6 +236,7 @@
 endif
 
 #end of optimisations
+endif
 endif
 
 #