[PD-cvs] externals/iemlib/src/iem_mp3 makefile,1.3,1.4

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Sat Sep 3 10:23:17 CEST 2005


Update of /cvsroot/pure-data/externals/iemlib/src/iem_mp3
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12780

Modified Files:
	makefile 
Log Message:
added "-fPIC" to compile under x86_64


Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/iemlib/src/iem_mp3/makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** makefile	6 Jun 2005 11:38:23 -0000	1.3
--- makefile	3 Sep 2005 08:23:15 -0000	1.4
***************
*** 12,16 ****
  CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \
  	-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \
!         -DDL_OPEN
  
  SYSTEM = $(shell uname -m)
--- 12,16 ----
  CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \
  	-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \
!         -DDL_OPEN -fPIC
  
  SYSTEM = $(shell uname -m)





More information about the Pd-cvs mailing list