- Since most patches were integrated upstream, rebase remaining two to our standards and drop custom PATCH_STRIP - Define LICENSE (GPLv3), augment OPTIONS - Reduce number of local hacks (Mandriva legacy) - Add some missing X.org components to USE_XORG - Rearrange MAN1 entries so they occupy fewer lines - Do not pass CPPFLAGS and LDFLAGS to CONFIGURE_ENV explicitly (not needed since PR ports/157936) - Utilize USE_GNOME=gnomehack, sort USE_* knobs, etc. - Augment port description (include more text from upstream) Feature safe: yes
13 lines
452 B
Text
13 lines
452 B
Text
--- xserver/GL/mesa/Makefile.in.orig Wed Jul 14 11:57:56 2004
|
|
+++ xserver/GL/mesa/Makefile.in Fri Jun 1 20:59:53 2007
|
|
@@ -949,8 +948,8 @@
|
|
|
|
#CFLAGS = -g -O3
|
|
# -D_POSIX_SOURCE -DPTHREADS
|
|
-libglcore_a_CFLAGS = -UHAVE_CONFIG_H -DXFree86Server -D_POSIX_SOURCE \
|
|
- -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE $(ASM_DEFINE)
|
|
+libglcore_a_CFLAGS = -UHAVE_CONFIG_H -DXFree86Server \
|
|
+ -D_SVID_SOURCE -D_BSD_SOURCE $(ASM_DEFINE)
|
|
|
|
|
|
# -DPTHREADS
|