mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
431f51597c
- make pkg-descr reflecting reality (no smpeg anymore); - force usual naming conventions for the libraries installed into ${PREFIX}/lib (i.e. .so and .so.xxx, not just .so). Please note that unlike previous, this new version doesn't include ability to play MPEG-1 OOB, so if you use it for than you probably may want to stick with 0.1.3. Also please note that it's still full of stupid bugs and linuxisms (like assumption that OS should zero all unitialized data when loading a program), so beware. Update prompted by: lioux
15 lines
333 B
C
15 lines
333 B
C
|
|
$FreeBSD$
|
|
|
|
--- gui/skinned/xmps_skin_browser.h.orig Thu Nov 23 16:06:40 2000
|
|
+++ gui/skinned/xmps_skin_browser.h Sun Feb 4 22:55:34 2001
|
|
@@ -36,7 +36,7 @@
|
|
/* INCLUDES */
|
|
|
|
#include <gtk/gtk.h>
|
|
-#include <sys/dir.h>
|
|
+#include <dirent.h>
|
|
#include <sys/stat.h>
|
|
#include "libxmps/libxmps.h"
|
|
#include "libxmpsutils/libxmpsutils.h"
|