Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Smith committed Jan 24, 2002
1 parent 8596d1e commit 882b6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/tiff/patches/patch-configure
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- DSOSUF=so.${DIST_MAJOR}.${DIST_MINOR}
- LIBCOPTS='-fpic'
+ DSOSUF=so.${DIST_MAJOR}${DIST_MINOR}.${DIST_POINT}
+ if [ `uname -m` = "sparc64" ]; then
+ if [ "`uname -m`" = "sparc64" ]; then
+ LIBCOPTS='-fPIC'
+ else
+ LIBCOPTS='-fpic'
Expand Down

0 comments on commit 882b6c9

Please sign in to comment.