Changeset 83138
- Timestamp:
- 08/26/11 05:08:29 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/x11/mesa/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/mesa/Portfile
r83132 r83138 61 61 62 62 variant universal {} 63 if {[variant_isset universal]} { 64 set extra_cflags ${configure.universal_cflags} 65 set extra_ldflags ${configure.universal_ldflags} 66 } else { 67 set extra_cflags ${configure.cc_archflags} 68 set extra_ldflags ${configure.ld_archflags} 69 } 70 71 if {$extra_cflags != ""} { 72 append build.args " " RC_CFLAGS="${extra_cflags}" 73 } 63 build.args-append RC_CFLAGS="[get_canonical_archflags]" 74 64 75 65 if { ![file exists /usr/include/Xplugin.h] } {
Note: See TracChangeset
for help on using the changeset viewer.

