diff options
Diffstat (limited to 'biology/pymol/files/patch-Rules.make')
-rw-r--r-- | biology/pymol/files/patch-Rules.make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/pymol/files/patch-Rules.make b/biology/pymol/files/patch-Rules.make index dd4425e2be00..7091e92ddf73 100644 --- a/biology/pymol/files/patch-Rules.make +++ b/biology/pymol/files/patch-Rules.make @@ -1,5 +1,5 @@ ---- Rules.make.org Sat Jul 1 12:28:37 2006 -+++ Rules.make Sat Jul 1 12:30:55 2006 +--- Rules.make.orig Sun Sep 17 20:42:52 2006 ++++ Rules.make Sun Sep 17 20:48:26 2006 @@ -4,27 +4,27 @@ # #- Building ---------------------------------------------------------- @@ -42,7 +42,7 @@ DEST = -o modules/pymol/_cmd.so #--- Gcc Options for Linux -CCOPT1 = -march=i486 -D__i686__ -ffast-math -Wall -ansi -Wmissing-prototypes -+CCOPT1 = @CFLAGS@ #-march=i486 -D__i686__ -ffast-math -Wall -ansi -Wmissing-prototypes ++CCOPT1 = @PICFLAG@ @CFLAGS@ #-march=i486 -D__i686__ -ffast-math -Wall -ansi -Wmissing-prototypes #--- libraries for PyOpenGL PYOGL_LIB = -lglut -lGL -lGLU -lXmu -lXi #--------------------------------------------------------------------- |