diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/genius/Makefile | 7 | ||||
-rw-r--r-- | deskutils/genius/files/patch-aa | 9 |
2 files changed, 7 insertions, 9 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 6b57c39ceacf..c7faa62fab4d 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -28,4 +28,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" +post-extract: + @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + .include <bsd.port.mk> diff --git a/deskutils/genius/files/patch-aa b/deskutils/genius/files/patch-aa index 668f07860f1d..91b0520385dc 100644 --- a/deskutils/genius/files/patch-aa +++ b/deskutils/genius/files/patch-aa @@ -1,14 +1,5 @@ --- configure.orig Tue May 11 05:56:50 1999 +++ configure Sat May 22 21:23:18 1999 -@@ -3354,7 +3354,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- PTHREAD_LIB="-lc_r" -+ PTHREAD_LIB="" - else - echo "$ac_t""no" 1>&6 - echo $ac_n "checking for pthread_create""... $ac_c" 1>&6 @@ -5556,15 +5556,15 @@ fi |